Shades of Violet Blue #A85AAC
Tints of Violet Blue #A85AAC
RGB
CMYK
RGB Variations
Color information
#A85AAC (or 0xA85AAC) is known color: Violet Blue. HEX triplet: A8, 5A and AC. RGB value is (168,90,172). Sum of RGB (Red+Green+Blue) = 168+90+172=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #A85AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85AAC is #57A553. Grayscale: #7A7A7A. Windows color (decimal): -5743956 or 11295400. OLE color: 11295400.
HSL color Cylindrical-coordinate representation of color #A85AAC: hue angle of 297.07º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A85AAC is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 90 | 172 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.33 |
| HSL | 297.07º | 0.33% | 0.51% | - |
| HSV(B) | 297.07º | 0.48% | 0.67% | - |
| XYZ | 27.25 | 18.62 | 41.19 | - |
| YUV | 122.67 | 155.84 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 172 | 0.02 | 0.48 | 0 | 0.33 | 297.07 | 0.33 | 0.51 |
| Hex | A8 | 5A | AC | 2 | 30 | 0 | 21 | 129 | 21 | 33 |
| Octal | 250 | 132 | 254 | 2 | 60 | 0 | 41 | 451 | 41 | 63 |
| Binary | 10101000 | 1011010 | 10101100 | 10 | 110000 | 0 | 100001 | 100101001 | 100001 | 110011 |
Color Harmonies of #A85AAC
Complementary color
Monochromatic Colors of #A85AAC
Black with #A85AAC
Text Example
Text Example
White with #A85AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85AAC; }
p { color: rgb(168,90,172); }
H1.HeaderClassName
{
color: #A85AAC;
}
.AnyTagClassName
{
color: #A85AAC;
}
</style>
background-color css
<style>
a { background-color: #A85AAC; }
a { background-color: rgb(168,90,172); }
div.DivClassName
{
background-color: #A85AAC;
}
.BgClassName
{
background-color: #A85AAC;
}
</style>
border-color css
<style>
span { border-color: #A85AAC; }
span { border-color: rgb(168,90,172); }
td.TdClassName
{
border-color: #A85AAC;
}
.TagClassName
{
border-color: #A85AAC;
}
</style>