Shades of Violet Blue #A869B0
Tints of Violet Blue #A869B0
RGB
CMYK
RGB Variations
Color information
#A869B0 (or 0xA869B0) is known color: Violet Blue. HEX triplet: A8, 69 and B0. RGB value is (168,105,176). Sum of RGB (Red+Green+Blue) = 168+105+176=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 176 - color contains mainly: blue. Hex color #A869B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A869B0 is #57964F. Grayscale: #838383. Windows color (decimal): -5740112 or 11561384. OLE color: 11561384.
HSL color Cylindrical-coordinate representation of color #A869B0: hue angle of 293.24º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A869B0 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 105 | 176 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.31 |
| HSL | 293.24º | 0.31% | 0.55% | - |
| HSV(B) | 293.24º | 0.4% | 0.69% | - |
| XYZ | 29.04 | 21.56 | 43.71 | - |
| YUV | 131.93 | 152.87 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 176 | 0.05 | 0.40 | 0 | 0.31 | 293.24 | 0.31 | 0.55 |
| Hex | A8 | 69 | B0 | 5 | 28 | 0 | 1F | 125 | 1F | 37 |
| Octal | 250 | 151 | 260 | 5 | 50 | 0 | 37 | 445 | 37 | 67 |
| Binary | 10101000 | 1101001 | 10110000 | 101 | 101000 | 0 | 11111 | 100100101 | 11111 | 110111 |
Color Harmonies of #A869B0
Complementary color
Monochromatic Colors of #A869B0
Black with #A869B0
Text Example
Text Example
White with #A869B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A869B0; }
p { color: rgb(168,105,176); }
H1.HeaderClassName
{
color: #A869B0;
}
.AnyTagClassName
{
color: #A869B0;
}
</style>
background-color css
<style>
a { background-color: #A869B0; }
a { background-color: rgb(168,105,176); }
div.DivClassName
{
background-color: #A869B0;
}
.BgClassName
{
background-color: #A869B0;
}
</style>
border-color css
<style>
span { border-color: #A869B0; }
span { border-color: rgb(168,105,176); }
td.TdClassName
{
border-color: #A869B0;
}
.TagClassName
{
border-color: #A869B0;
}
</style>