Shades of Violet Blue #A25FAF
Tints of Violet Blue #A25FAF
RGB
CMYK
RGB Variations
Color information
#A25FAF (or 0xA25FAF) is known color: Violet Blue. HEX triplet: A2, 5F and AF. RGB value is (162,95,175). Sum of RGB (Red+Green+Blue) = 162+95+175=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #A25FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25FAF is #5DA050. Grayscale: #7B7B7B. Windows color (decimal): -6135889 or 11493282. OLE color: 11493282.
HSL color Cylindrical-coordinate representation of color #A25FAF: hue angle of 290.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A25FAF is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 95 | 175 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.31 |
| HSL | 290.25º | 0.33% | 0.53% | - |
| HSV(B) | 290.25º | 0.46% | 0.69% | - |
| XYZ | 26.73 | 18.96 | 42.81 | - |
| YUV | 124.15 | 156.7 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 175 | 0.07 | 0.46 | 0 | 0.31 | 290.25 | 0.33 | 0.53 |
| Hex | A2 | 5F | AF | 7 | 2E | 0 | 1F | 122 | 21 | 35 |
| Octal | 242 | 137 | 257 | 7 | 56 | 0 | 37 | 442 | 41 | 65 |
| Binary | 10100010 | 1011111 | 10101111 | 111 | 101110 | 0 | 11111 | 100100010 | 100001 | 110101 |
Color Harmonies of #A25FAF
Complementary color
Monochromatic Colors of #A25FAF
Black with #A25FAF
Text Example
Text Example
White with #A25FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25FAF; }
p { color: rgb(162,95,175); }
H1.HeaderClassName
{
color: #A25FAF;
}
.AnyTagClassName
{
color: #A25FAF;
}
</style>
background-color css
<style>
a { background-color: #A25FAF; }
a { background-color: rgb(162,95,175); }
div.DivClassName
{
background-color: #A25FAF;
}
.BgClassName
{
background-color: #A25FAF;
}
</style>
border-color css
<style>
span { border-color: #A25FAF; }
span { border-color: rgb(162,95,175); }
td.TdClassName
{
border-color: #A25FAF;
}
.TagClassName
{
border-color: #A25FAF;
}
</style>