Shades of Violet Blue #A85FAA
Tints of Violet Blue #A85FAA
RGB
CMYK
RGB Variations
Color information
#A85FAA (or 0xA85FAA) is known color: Violet Blue. HEX triplet: A8, 5F and AA. RGB value is (168,95,170). Sum of RGB (Red+Green+Blue) = 168+95+170=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #A85FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85FAA is #57A055. Grayscale: #7D7D7D. Windows color (decimal): -5742678 or 11165608. OLE color: 11165608.
HSL color Cylindrical-coordinate representation of color #A85FAA: hue angle of 298.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A85FAA is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 95 | 170 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.33 |
| HSL | 298.4º | 0.31% | 0.52% | - |
| HSV(B) | 298.4º | 0.44% | 0.67% | - |
| XYZ | 27.5 | 19.41 | 40.33 | - |
| YUV | 125.38 | 153.18 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 170 | 0.01 | 0.44 | 0 | 0.33 | 298.4 | 0.31 | 0.52 |
| Hex | A8 | 5F | AA | 1 | 2C | 0 | 21 | 12A | 1F | 34 |
| Octal | 250 | 137 | 252 | 1 | 54 | 0 | 41 | 452 | 37 | 64 |
| Binary | 10101000 | 1011111 | 10101010 | 1 | 101100 | 0 | 100001 | 100101010 | 11111 | 110100 |
Color Harmonies of #A85FAA
Complementary color
Monochromatic Colors of #A85FAA
Black with #A85FAA
Text Example
Text Example
White with #A85FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85FAA; }
p { color: rgb(168,95,170); }
H1.HeaderClassName
{
color: #A85FAA;
}
.AnyTagClassName
{
color: #A85FAA;
}
</style>
background-color css
<style>
a { background-color: #A85FAA; }
a { background-color: rgb(168,95,170); }
div.DivClassName
{
background-color: #A85FAA;
}
.BgClassName
{
background-color: #A85FAA;
}
</style>
border-color css
<style>
span { border-color: #A85FAA; }
span { border-color: rgb(168,95,170); }
td.TdClassName
{
border-color: #A85FAA;
}
.TagClassName
{
border-color: #A85FAA;
}
</style>