Shades of Violet Blue #A869B4
Tints of Violet Blue #A869B4
RGB
CMYK
RGB Variations
Color information
#A869B4 (or 0xA869B4) is known color: Violet Blue. HEX triplet: A8, 69 and B4. RGB value is (168,105,180). Sum of RGB (Red+Green+Blue) = 168+105+180=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 180 - color contains mainly: blue. Hex color #A869B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A869B4 is #57964B. Grayscale: #848484. Windows color (decimal): -5740108 or 11823528. OLE color: 11823528.
HSL color Cylindrical-coordinate representation of color #A869B4: hue angle of 290.4º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A869B4 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 105 | 180 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.29 |
| HSL | 290.4º | 0.33% | 0.56% | - |
| HSV(B) | 290.4º | 0.42% | 0.71% | - |
| XYZ | 29.44 | 21.72 | 45.82 | - |
| YUV | 132.39 | 154.87 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 180 | 0.07 | 0.42 | 0 | 0.29 | 290.4 | 0.33 | 0.56 |
| Hex | A8 | 69 | B4 | 7 | 2A | 0 | 1D | 122 | 21 | 38 |
| Octal | 250 | 151 | 264 | 7 | 52 | 0 | 35 | 442 | 41 | 70 |
| Binary | 10101000 | 1101001 | 10110100 | 111 | 101010 | 0 | 11101 | 100100010 | 100001 | 111000 |
Color Harmonies of #A869B4
Complementary color
Monochromatic Colors of #A869B4
Black with #A869B4
Text Example
Text Example
White with #A869B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A869B4; }
p { color: rgb(168,105,180); }
H1.HeaderClassName
{
color: #A869B4;
}
.AnyTagClassName
{
color: #A869B4;
}
</style>
background-color css
<style>
a { background-color: #A869B4; }
a { background-color: rgb(168,105,180); }
div.DivClassName
{
background-color: #A869B4;
}
.BgClassName
{
background-color: #A869B4;
}
</style>
border-color css
<style>
span { border-color: #A869B4; }
span { border-color: rgb(168,105,180); }
td.TdClassName
{
border-color: #A869B4;
}
.TagClassName
{
border-color: #A869B4;
}
</style>