Shades of Violet Blue #A869AD
Tints of Violet Blue #A869AD
RGB
CMYK
RGB Variations
Color information
#A869AD (or 0xA869AD) is known color: Violet Blue. HEX triplet: A8, 69 and AD. RGB value is (168,105,173). Sum of RGB (Red+Green+Blue) = 168+105+173=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #A869AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A869AD is #579652. Grayscale: #838383. Windows color (decimal): -5740115 or 11364776. OLE color: 11364776.
HSL color Cylindrical-coordinate representation of color #A869AD: hue angle of 295.59º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A869AD is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 105 | 173 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.32 |
| HSL | 295.59º | 0.29% | 0.55% | - |
| HSV(B) | 295.59º | 0.39% | 0.68% | - |
| XYZ | 28.74 | 21.45 | 42.16 | - |
| YUV | 131.59 | 151.37 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 173 | 0.03 | 0.39 | 0 | 0.32 | 295.59 | 0.29 | 0.55 |
| Hex | A8 | 69 | AD | 3 | 27 | 0 | 20 | 128 | 1D | 37 |
| Octal | 250 | 151 | 255 | 3 | 47 | 0 | 40 | 450 | 35 | 67 |
| Binary | 10101000 | 1101001 | 10101101 | 11 | 100111 | 0 | 100000 | 100101000 | 11101 | 110111 |
Color Harmonies of #A869AD
Complementary color
Monochromatic Colors of #A869AD
Black with #A869AD
Text Example
Text Example
White with #A869AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A869AD; }
p { color: rgb(168,105,173); }
H1.HeaderClassName
{
color: #A869AD;
}
.AnyTagClassName
{
color: #A869AD;
}
</style>
background-color css
<style>
a { background-color: #A869AD; }
a { background-color: rgb(168,105,173); }
div.DivClassName
{
background-color: #A869AD;
}
.BgClassName
{
background-color: #A869AD;
}
</style>
border-color css
<style>
span { border-color: #A869AD; }
span { border-color: rgb(168,105,173); }
td.TdClassName
{
border-color: #A869AD;
}
.TagClassName
{
border-color: #A869AD;
}
</style>