Shades of Violet Blue #A85AAD
Tints of Violet Blue #A85AAD
RGB
CMYK
RGB Variations
Color information
#A85AAD (or 0xA85AAD) is known color: Violet Blue. HEX triplet: A8, 5A and AD. RGB value is (168,90,173). Sum of RGB (Red+Green+Blue) = 168+90+173=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #A85AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85AAD is #57A552. Grayscale: #7A7A7A. Windows color (decimal): -5743955 or 11360936. OLE color: 11360936.
HSL color Cylindrical-coordinate representation of color #A85AAD: hue angle of 296.39º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A85AAD is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 90 | 173 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.32 |
| HSL | 296.39º | 0.34% | 0.52% | - |
| HSV(B) | 296.39º | 0.48% | 0.68% | - |
| XYZ | 27.35 | 18.65 | 41.69 | - |
| YUV | 122.78 | 156.34 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 173 | 0.03 | 0.48 | 0 | 0.32 | 296.39 | 0.34 | 0.52 |
| Hex | A8 | 5A | AD | 3 | 30 | 0 | 20 | 128 | 22 | 34 |
| Octal | 250 | 132 | 255 | 3 | 60 | 0 | 40 | 450 | 42 | 64 |
| Binary | 10101000 | 1011010 | 10101101 | 11 | 110000 | 0 | 100000 | 100101000 | 100010 | 110100 |
Color Harmonies of #A85AAD
Complementary color
Monochromatic Colors of #A85AAD
Black with #A85AAD
Text Example
Text Example
White with #A85AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85AAD; }
p { color: rgb(168,90,173); }
H1.HeaderClassName
{
color: #A85AAD;
}
.AnyTagClassName
{
color: #A85AAD;
}
</style>
background-color css
<style>
a { background-color: #A85AAD; }
a { background-color: rgb(168,90,173); }
div.DivClassName
{
background-color: #A85AAD;
}
.BgClassName
{
background-color: #A85AAD;
}
</style>
border-color css
<style>
span { border-color: #A85AAD; }
span { border-color: rgb(168,90,173); }
td.TdClassName
{
border-color: #A85AAD;
}
.TagClassName
{
border-color: #A85AAD;
}
</style>