Shades of Violet Blue #A866AF
Tints of Violet Blue #A866AF
RGB
CMYK
RGB Variations
Color information
#A866AF (or 0xA866AF) is known color: Violet Blue. HEX triplet: A8, 66 and AF. RGB value is (168,102,175). Sum of RGB (Red+Green+Blue) = 168+102+175=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 175 - color contains mainly: blue. Hex color #A866AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A866AF is #579950. Grayscale: #818181. Windows color (decimal): -5740881 or 11495080. OLE color: 11495080.
HSL color Cylindrical-coordinate representation of color #A866AF: hue angle of 294.25º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A866AF is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 102 | 175 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.31 |
| HSL | 294.25º | 0.31% | 0.54% | - |
| HSV(B) | 294.25º | 0.42% | 0.69% | - |
| XYZ | 28.64 | 20.92 | 43.09 | - |
| YUV | 130.06 | 153.37 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 175 | 0.04 | 0.42 | 0 | 0.31 | 294.25 | 0.31 | 0.54 |
| Hex | A8 | 66 | AF | 4 | 2A | 0 | 1F | 126 | 1F | 36 |
| Octal | 250 | 146 | 257 | 4 | 52 | 0 | 37 | 446 | 37 | 66 |
| Binary | 10101000 | 1100110 | 10101111 | 100 | 101010 | 0 | 11111 | 100100110 | 11111 | 110110 |
Color Harmonies of #A866AF
Complementary color
Monochromatic Colors of #A866AF
Black with #A866AF
Text Example
Text Example
White with #A866AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A866AF; }
p { color: rgb(168,102,175); }
H1.HeaderClassName
{
color: #A866AF;
}
.AnyTagClassName
{
color: #A866AF;
}
</style>
background-color css
<style>
a { background-color: #A866AF; }
a { background-color: rgb(168,102,175); }
div.DivClassName
{
background-color: #A866AF;
}
.BgClassName
{
background-color: #A866AF;
}
</style>
border-color css
<style>
span { border-color: #A866AF; }
span { border-color: rgb(168,102,175); }
td.TdClassName
{
border-color: #A866AF;
}
.TagClassName
{
border-color: #A866AF;
}
</style>