Shades of Violet Blue #A872AF
Tints of Violet Blue #A872AF
RGB
CMYK
RGB Variations
Color information
#A872AF (or 0xA872AF) is known color: Violet Blue. HEX triplet: A8, 72 and AF. RGB value is (168,114,175). Sum of RGB (Red+Green+Blue) = 168+114+175=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #A872AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A872AF is #578D50. Grayscale: #888888. Windows color (decimal): -5737809 or 11498152. OLE color: 11498152.
HSL color Cylindrical-coordinate representation of color #A872AF: hue angle of 293.11º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A872AF is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 114 | 175 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.31 |
| HSL | 293.11º | 0.28% | 0.57% | - |
| HSV(B) | 293.11º | 0.35% | 0.69% | - |
| XYZ | 29.9 | 23.45 | 43.51 | - |
| YUV | 137.1 | 149.39 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 175 | 0.04 | 0.35 | 0 | 0.31 | 293.11 | 0.28 | 0.57 |
| Hex | A8 | 72 | AF | 4 | 23 | 0 | 1F | 125 | 1C | 39 |
| Octal | 250 | 162 | 257 | 4 | 43 | 0 | 37 | 445 | 34 | 71 |
| Binary | 10101000 | 1110010 | 10101111 | 100 | 100011 | 0 | 11111 | 100100101 | 11100 | 111001 |
Color Harmonies of #A872AF
Complementary color
Monochromatic Colors of #A872AF
Black with #A872AF
Text Example
Text Example
White with #A872AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A872AF; }
p { color: rgb(168,114,175); }
H1.HeaderClassName
{
color: #A872AF;
}
.AnyTagClassName
{
color: #A872AF;
}
</style>
background-color css
<style>
a { background-color: #A872AF; }
a { background-color: rgb(168,114,175); }
div.DivClassName
{
background-color: #A872AF;
}
.BgClassName
{
background-color: #A872AF;
}
</style>
border-color css
<style>
span { border-color: #A872AF; }
span { border-color: rgb(168,114,175); }
td.TdClassName
{
border-color: #A872AF;
}
.TagClassName
{
border-color: #A872AF;
}
</style>