Shades of Violet Blue #A872AD
Tints of Violet Blue #A872AD
RGB
CMYK
RGB Variations
Color information
#A872AD (or 0xA872AD) is known color: Violet Blue. HEX triplet: A8, 72 and AD. RGB value is (168,114,173). Sum of RGB (Red+Green+Blue) = 168+114+173=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #A872AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A872AD is #578D52. Grayscale: #888888. Windows color (decimal): -5737811 or 11367080. OLE color: 11367080.
HSL color Cylindrical-coordinate representation of color #A872AD: hue angle of 294.92º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A872AD is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 114 | 173 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.32 |
| HSL | 294.92º | 0.26% | 0.56% | - |
| HSV(B) | 294.92º | 0.34% | 0.68% | - |
| XYZ | 29.71 | 23.38 | 42.48 | - |
| YUV | 136.87 | 148.39 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 173 | 0.03 | 0.34 | 0 | 0.32 | 294.92 | 0.26 | 0.56 |
| Hex | A8 | 72 | AD | 3 | 22 | 0 | 20 | 127 | 1A | 38 |
| Octal | 250 | 162 | 255 | 3 | 42 | 0 | 40 | 447 | 32 | 70 |
| Binary | 10101000 | 1110010 | 10101101 | 11 | 100010 | 0 | 100000 | 100100111 | 11010 | 111000 |
Color Harmonies of #A872AD
Complementary color
Monochromatic Colors of #A872AD
Black with #A872AD
Text Example
Text Example
White with #A872AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A872AD; }
p { color: rgb(168,114,173); }
H1.HeaderClassName
{
color: #A872AD;
}
.AnyTagClassName
{
color: #A872AD;
}
</style>
background-color css
<style>
a { background-color: #A872AD; }
a { background-color: rgb(168,114,173); }
div.DivClassName
{
background-color: #A872AD;
}
.BgClassName
{
background-color: #A872AD;
}
</style>
border-color css
<style>
span { border-color: #A872AD; }
span { border-color: rgb(168,114,173); }
td.TdClassName
{
border-color: #A872AD;
}
.TagClassName
{
border-color: #A872AD;
}
</style>