Shades of Violet Blue #A869B2
Tints of Violet Blue #A869B2
RGB
CMYK
RGB Variations
Color information
#A869B2 (or 0xA869B2) is known color: Violet Blue. HEX triplet: A8, 69 and B2. RGB value is (168,105,178). Sum of RGB (Red+Green+Blue) = 168+105+178=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 178 (69.92% from 255 or 39.47% from 451); Max value from RGB is 178 - color contains mainly: blue. Hex color #A869B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A869B2 is #57964D. Grayscale: #838383. Windows color (decimal): -5740110 or 11692456. OLE color: 11692456.
HSL color Cylindrical-coordinate representation of color #A869B2: hue angle of 291.78º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A869B2 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 105 | 178 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.30 |
| HSL | 291.78º | 0.32% | 0.55% | - |
| HSV(B) | 291.78º | 0.41% | 0.7% | - |
| XYZ | 29.24 | 21.64 | 44.76 | - |
| YUV | 132.16 | 153.87 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 178 | 0.06 | 0.41 | 0 | 0.30 | 291.78 | 0.32 | 0.55 |
| Hex | A8 | 69 | B2 | 6 | 29 | 0 | 1E | 124 | 20 | 37 |
| Octal | 250 | 151 | 262 | 6 | 51 | 0 | 36 | 444 | 40 | 67 |
| Binary | 10101000 | 1101001 | 10110010 | 110 | 101001 | 0 | 11110 | 100100100 | 100000 | 110111 |
Color Harmonies of #A869B2
Complementary color
Monochromatic Colors of #A869B2
Black with #A869B2
Text Example
Text Example
White with #A869B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A869B2; }
p { color: rgb(168,105,178); }
H1.HeaderClassName
{
color: #A869B2;
}
.AnyTagClassName
{
color: #A869B2;
}
</style>
background-color css
<style>
a { background-color: #A869B2; }
a { background-color: rgb(168,105,178); }
div.DivClassName
{
background-color: #A869B2;
}
.BgClassName
{
background-color: #A869B2;
}
</style>
border-color css
<style>
span { border-color: #A869B2; }
span { border-color: rgb(168,105,178); }
td.TdClassName
{
border-color: #A869B2;
}
.TagClassName
{
border-color: #A869B2;
}
</style>