Shades of Violet Blue #A843AB
Tints of Violet Blue #A843AB
RGB
CMYK
RGB Variations
Color information
#A843AB (or 0xA843AB) is known color: Violet Blue. HEX triplet: A8, 43 and AB. RGB value is (168,67,171). Sum of RGB (Red+Green+Blue) = 168+67+171=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #A843AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A843AB is #57BC54. Grayscale: #6C6C6C. Windows color (decimal): -5749845 or 11223976. OLE color: 11223976.
HSL color Cylindrical-coordinate representation of color #A843AB: hue angle of 298.27º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A843AB is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 67 | 171 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.33 |
| HSL | 298.27º | 0.44% | 0.47% | - |
| HSV(B) | 298.27º | 0.61% | 0.67% | - |
| XYZ | 25.51 | 15.28 | 40.13 | - |
| YUV | 109.06 | 162.96 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 171 | 0.02 | 0.61 | 0 | 0.33 | 298.27 | 0.44 | 0.47 |
| Hex | A8 | 43 | AB | 2 | 3D | 0 | 21 | 12A | 2C | 2F |
| Octal | 250 | 103 | 253 | 2 | 75 | 0 | 41 | 452 | 54 | 57 |
| Binary | 10101000 | 1000011 | 10101011 | 10 | 111101 | 0 | 100001 | 100101010 | 101100 | 101111 |
Color Harmonies of #A843AB
Complementary color
Monochromatic Colors of #A843AB
Black with #A843AB
Text Example
Text Example
White with #A843AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A843AB; }
p { color: rgb(168,67,171); }
H1.HeaderClassName
{
color: #A843AB;
}
.AnyTagClassName
{
color: #A843AB;
}
</style>
background-color css
<style>
a { background-color: #A843AB; }
a { background-color: rgb(168,67,171); }
div.DivClassName
{
background-color: #A843AB;
}
.BgClassName
{
background-color: #A843AB;
}
</style>
border-color css
<style>
span { border-color: #A843AB; }
span { border-color: rgb(168,67,171); }
td.TdClassName
{
border-color: #A843AB;
}
.TagClassName
{
border-color: #A843AB;
}
</style>