Shades of Violet Blue #A865AF
Tints of Violet Blue #A865AF
RGB
CMYK
RGB Variations
Color information
#A865AF (or 0xA865AF) is known color: Violet Blue. HEX triplet: A8, 65 and AF. RGB value is (168,101,175). Sum of RGB (Red+Green+Blue) = 168+101+175=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 175 - color contains mainly: blue. Hex color #A865AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A865AF is #579A50. Grayscale: #818181. Windows color (decimal): -5741137 or 11494824. OLE color: 11494824.
HSL color Cylindrical-coordinate representation of color #A865AF: hue angle of 294.32º degrees, saturation: 0.32, 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 #A865AF is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 101 | 175 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.31 |
| HSL | 294.32º | 0.32% | 0.54% | - |
| HSV(B) | 294.32º | 0.42% | 0.69% | - |
| XYZ | 28.54 | 20.73 | 43.05 | - |
| YUV | 129.47 | 153.7 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 175 | 0.04 | 0.42 | 0 | 0.31 | 294.32 | 0.32 | 0.54 |
| Hex | A8 | 65 | AF | 4 | 2A | 0 | 1F | 126 | 20 | 36 |
| Octal | 250 | 145 | 257 | 4 | 52 | 0 | 37 | 446 | 40 | 66 |
| Binary | 10101000 | 1100101 | 10101111 | 100 | 101010 | 0 | 11111 | 100100110 | 100000 | 110110 |
Color Harmonies of #A865AF
Complementary color
Monochromatic Colors of #A865AF
Black with #A865AF
Text Example
Text Example
White with #A865AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A865AF; }
p { color: rgb(168,101,175); }
H1.HeaderClassName
{
color: #A865AF;
}
.AnyTagClassName
{
color: #A865AF;
}
</style>
background-color css
<style>
a { background-color: #A865AF; }
a { background-color: rgb(168,101,175); }
div.DivClassName
{
background-color: #A865AF;
}
.BgClassName
{
background-color: #A865AF;
}
</style>
border-color css
<style>
span { border-color: #A865AF; }
span { border-color: rgb(168,101,175); }
td.TdClassName
{
border-color: #A865AF;
}
.TagClassName
{
border-color: #A865AF;
}
</style>