Shades of Violet Blue #A851AA
Tints of Violet Blue #A851AA
RGB
CMYK
RGB Variations
Color information
#A851AA (or 0xA851AA) is known color: Violet Blue. HEX triplet: A8, 51 and AA. RGB value is (168,81,170). Sum of RGB (Red+Green+Blue) = 168+81+170=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #A851AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A851AA is #57AE55. Grayscale: #747474. Windows color (decimal): -5746262 or 11162024. OLE color: 11162024.
HSL color Cylindrical-coordinate representation of color #A851AA: hue angle of 298.65º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A851AA is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 81 | 170 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.33 |
| HSL | 298.65º | 0.35% | 0.49% | - |
| HSV(B) | 298.65º | 0.52% | 0.67% | - |
| XYZ | 26.35 | 17.11 | 39.94 | - |
| YUV | 117.16 | 157.82 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 81 | 170 | 0.01 | 0.52 | 0 | 0.33 | 298.65 | 0.35 | 0.49 |
| Hex | A8 | 51 | AA | 1 | 34 | 0 | 21 | 12B | 23 | 31 |
| Octal | 250 | 121 | 252 | 1 | 64 | 0 | 41 | 453 | 43 | 61 |
| Binary | 10101000 | 1010001 | 10101010 | 1 | 110100 | 0 | 100001 | 100101011 | 100011 | 110001 |
Color Harmonies of #A851AA
Complementary color
Monochromatic Colors of #A851AA
Black with #A851AA
Text Example
Text Example
White with #A851AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A851AA; }
p { color: rgb(168,81,170); }
H1.HeaderClassName
{
color: #A851AA;
}
.AnyTagClassName
{
color: #A851AA;
}
</style>
background-color css
<style>
a { background-color: #A851AA; }
a { background-color: rgb(168,81,170); }
div.DivClassName
{
background-color: #A851AA;
}
.BgClassName
{
background-color: #A851AA;
}
</style>
border-color css
<style>
span { border-color: #A851AA; }
span { border-color: rgb(168,81,170); }
td.TdClassName
{
border-color: #A851AA;
}
.TagClassName
{
border-color: #A851AA;
}
</style>