Shades of Violet Blue #A864AF
Tints of Violet Blue #A864AF
RGB
CMYK
RGB Variations
Color information
#A864AF (or 0xA864AF) is known color: Violet Blue. HEX triplet: A8, 64 and AF. RGB value is (168,100,175). Sum of RGB (Red+Green+Blue) = 168+100+175=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 175 - color contains mainly: blue. Hex color #A864AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A864AF is #579B50. Grayscale: #808080. Windows color (decimal): -5741393 or 11494568. OLE color: 11494568.
HSL color Cylindrical-coordinate representation of color #A864AF: hue angle of 294.4º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A864AF is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 100 | 175 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.31 |
| HSL | 294.4º | 0.32% | 0.54% | - |
| HSV(B) | 294.4º | 0.43% | 0.69% | - |
| XYZ | 28.44 | 20.53 | 43.02 | - |
| YUV | 128.88 | 154.03 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 175 | 0.04 | 0.43 | 0 | 0.31 | 294.4 | 0.32 | 0.54 |
| Hex | A8 | 64 | AF | 4 | 2B | 0 | 1F | 126 | 20 | 36 |
| Octal | 250 | 144 | 257 | 4 | 53 | 0 | 37 | 446 | 40 | 66 |
| Binary | 10101000 | 1100100 | 10101111 | 100 | 101011 | 0 | 11111 | 100100110 | 100000 | 110110 |
Color Harmonies of #A864AF
Complementary color
Monochromatic Colors of #A864AF
Black with #A864AF
Text Example
Text Example
White with #A864AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A864AF; }
p { color: rgb(168,100,175); }
H1.HeaderClassName
{
color: #A864AF;
}
.AnyTagClassName
{
color: #A864AF;
}
</style>
background-color css
<style>
a { background-color: #A864AF; }
a { background-color: rgb(168,100,175); }
div.DivClassName
{
background-color: #A864AF;
}
.BgClassName
{
background-color: #A864AF;
}
</style>
border-color css
<style>
span { border-color: #A864AF; }
span { border-color: rgb(168,100,175); }
td.TdClassName
{
border-color: #A864AF;
}
.TagClassName
{
border-color: #A864AF;
}
</style>