Shades of Violet Blue #A85AAB
Tints of Violet Blue #A85AAB
RGB
CMYK
RGB Variations
Color information
#A85AAB (or 0xA85AAB) is known color: Violet Blue. HEX triplet: A8, 5A and AB. RGB value is (168,90,171). Sum of RGB (Red+Green+Blue) = 168+90+171=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #A85AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85AAB is #57A554. Grayscale: #7A7A7A. Windows color (decimal): -5743957 or 11229864. OLE color: 11229864.
HSL color Cylindrical-coordinate representation of color #A85AAB: hue angle of 297.78º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A85AAB is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 90 | 171 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.33 |
| HSL | 297.78º | 0.33% | 0.51% | - |
| HSV(B) | 297.78º | 0.47% | 0.67% | - |
| XYZ | 27.16 | 18.58 | 40.68 | - |
| YUV | 122.56 | 155.34 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 171 | 0.02 | 0.47 | 0 | 0.33 | 297.78 | 0.33 | 0.51 |
| Hex | A8 | 5A | AB | 2 | 2F | 0 | 21 | 12A | 21 | 33 |
| Octal | 250 | 132 | 253 | 2 | 57 | 0 | 41 | 452 | 41 | 63 |
| Binary | 10101000 | 1011010 | 10101011 | 10 | 101111 | 0 | 100001 | 100101010 | 100001 | 110011 |
Color Harmonies of #A85AAB
Complementary color
Monochromatic Colors of #A85AAB
Black with #A85AAB
Text Example
Text Example
White with #A85AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85AAB; }
p { color: rgb(168,90,171); }
H1.HeaderClassName
{
color: #A85AAB;
}
.AnyTagClassName
{
color: #A85AAB;
}
</style>
background-color css
<style>
a { background-color: #A85AAB; }
a { background-color: rgb(168,90,171); }
div.DivClassName
{
background-color: #A85AAB;
}
.BgClassName
{
background-color: #A85AAB;
}
</style>
border-color css
<style>
span { border-color: #A85AAB; }
span { border-color: rgb(168,90,171); }
td.TdClassName
{
border-color: #A85AAB;
}
.TagClassName
{
border-color: #A85AAB;
}
</style>