Shades of Violet Blue #A84BAB
Tints of Violet Blue #A84BAB
RGB
CMYK
RGB Variations
Color information
#A84BAB (or 0xA84BAB) is known color: Violet Blue. HEX triplet: A8, 4B and AB. RGB value is (168,75,171). Sum of RGB (Red+Green+Blue) = 168+75+171=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #A84BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84BAB is #57B454. Grayscale: #717171. Windows color (decimal): -5747797 or 11226024. OLE color: 11226024.
HSL color Cylindrical-coordinate representation of color #A84BAB: hue angle of 298.12º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A84BAB is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 75 | 171 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.33 |
| HSL | 298.13º | 0.39% | 0.48% | - |
| HSV(B) | 298.13º | 0.56% | 0.67% | - |
| XYZ | 26.02 | 16.3 | 40.3 | - |
| YUV | 113.75 | 160.31 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 75 | 171 | 0.02 | 0.56 | 0 | 0.33 | 298.13 | 0.39 | 0.48 |
| Hex | A8 | 4B | AB | 2 | 38 | 0 | 21 | 12A | 27 | 30 |
| Octal | 250 | 113 | 253 | 2 | 70 | 0 | 41 | 452 | 47 | 60 |
| Binary | 10101000 | 1001011 | 10101011 | 10 | 111000 | 0 | 100001 | 100101010 | 100111 | 110000 |
Color Harmonies of #A84BAB
Complementary color
Monochromatic Colors of #A84BAB
Black with #A84BAB
Text Example
Text Example
White with #A84BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84BAB; }
p { color: rgb(168,75,171); }
H1.HeaderClassName
{
color: #A84BAB;
}
.AnyTagClassName
{
color: #A84BAB;
}
</style>
background-color css
<style>
a { background-color: #A84BAB; }
a { background-color: rgb(168,75,171); }
div.DivClassName
{
background-color: #A84BAB;
}
.BgClassName
{
background-color: #A84BAB;
}
</style>
border-color css
<style>
span { border-color: #A84BAB; }
span { border-color: rgb(168,75,171); }
td.TdClassName
{
border-color: #A84BAB;
}
.TagClassName
{
border-color: #A84BAB;
}
</style>