Shades of Violet Blue #A864AA
Tints of Violet Blue #A864AA
RGB
CMYK
RGB Variations
Color information
#A864AA (or 0xA864AA) is known color: Violet Blue. HEX triplet: A8, 64 and AA. RGB value is (168,100,170). Sum of RGB (Red+Green+Blue) = 168+100+170=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #A864AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A864AA is #579B55. Grayscale: #808080. Windows color (decimal): -5741398 or 11166888. OLE color: 11166888.
HSL color Cylindrical-coordinate representation of color #A864AA: hue angle of 298.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A864AA is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 100 | 170 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.33 |
| HSL | 298.29º | 0.29% | 0.53% | - |
| HSV(B) | 298.29º | 0.41% | 0.67% | - |
| XYZ | 27.96 | 20.34 | 40.48 | - |
| YUV | 128.31 | 151.53 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 170 | 0.01 | 0.41 | 0 | 0.33 | 298.29 | 0.29 | 0.53 |
| Hex | A8 | 64 | AA | 1 | 29 | 0 | 21 | 12A | 1D | 35 |
| Octal | 250 | 144 | 252 | 1 | 51 | 0 | 41 | 452 | 35 | 65 |
| Binary | 10101000 | 1100100 | 10101010 | 1 | 101001 | 0 | 100001 | 100101010 | 11101 | 110101 |
Color Harmonies of #A864AA
Complementary color
Monochromatic Colors of #A864AA
Black with #A864AA
Text Example
Text Example
White with #A864AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A864AA; }
p { color: rgb(168,100,170); }
H1.HeaderClassName
{
color: #A864AA;
}
.AnyTagClassName
{
color: #A864AA;
}
</style>
background-color css
<style>
a { background-color: #A864AA; }
a { background-color: rgb(168,100,170); }
div.DivClassName
{
background-color: #A864AA;
}
.BgClassName
{
background-color: #A864AA;
}
</style>
border-color css
<style>
span { border-color: #A864AA; }
span { border-color: rgb(168,100,170); }
td.TdClassName
{
border-color: #A864AA;
}
.TagClassName
{
border-color: #A864AA;
}
</style>