Shades of Violet Blue #A85FAF
Tints of Violet Blue #A85FAF
RGB
CMYK
RGB Variations
Color information
#A85FAF (or 0xA85FAF) is known color: Violet Blue. HEX triplet: A8, 5F and AF. RGB value is (168,95,175). Sum of RGB (Red+Green+Blue) = 168+95+175=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #A85FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85FAF is #57A050. Grayscale: #7D7D7D. Windows color (decimal): -5742673 or 11493288. OLE color: 11493288.
HSL color Cylindrical-coordinate representation of color #A85FAF: hue angle of 294.75º 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 #A85FAF is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 95 | 175 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.31 |
| HSL | 294.75º | 0.33% | 0.53% | - |
| HSV(B) | 294.75º | 0.46% | 0.69% | - |
| XYZ | 27.98 | 19.6 | 42.87 | - |
| YUV | 125.95 | 155.68 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 175 | 0.04 | 0.46 | 0 | 0.31 | 294.75 | 0.33 | 0.53 |
| Hex | A8 | 5F | AF | 4 | 2E | 0 | 1F | 127 | 21 | 35 |
| Octal | 250 | 137 | 257 | 4 | 56 | 0 | 37 | 447 | 41 | 65 |
| Binary | 10101000 | 1011111 | 10101111 | 100 | 101110 | 0 | 11111 | 100100111 | 100001 | 110101 |
Color Harmonies of #A85FAF
Complementary color
Monochromatic Colors of #A85FAF
Black with #A85FAF
Text Example
Text Example
White with #A85FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85FAF; }
p { color: rgb(168,95,175); }
H1.HeaderClassName
{
color: #A85FAF;
}
.AnyTagClassName
{
color: #A85FAF;
}
</style>
background-color css
<style>
a { background-color: #A85FAF; }
a { background-color: rgb(168,95,175); }
div.DivClassName
{
background-color: #A85FAF;
}
.BgClassName
{
background-color: #A85FAF;
}
</style>
border-color css
<style>
span { border-color: #A85FAF; }
span { border-color: rgb(168,95,175); }
td.TdClassName
{
border-color: #A85FAF;
}
.TagClassName
{
border-color: #A85FAF;
}
</style>