Shades of Violet Blue #A842AB
Tints of Violet Blue #A842AB
RGB
CMYK
RGB Variations
Color information
#A842AB (or 0xA842AB) is known color: Violet Blue. HEX triplet: A8, 42 and AB. RGB value is (168,66,171). Sum of RGB (Red+Green+Blue) = 168+66+171=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #A842AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A842AB is #57BD54. Grayscale: #6C6C6C. Windows color (decimal): -5750101 or 11223720. OLE color: 11223720.
HSL color Cylindrical-coordinate representation of color #A842AB: hue angle of 298.29º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A842AB is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 66 | 171 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.33 |
| HSL | 298.29º | 0.44% | 0.46% | - |
| HSV(B) | 298.29º | 0.61% | 0.67% | - |
| XYZ | 25.45 | 15.16 | 40.11 | - |
| YUV | 108.47 | 163.29 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 171 | 0.02 | 0.61 | 0 | 0.33 | 298.29 | 0.44 | 0.46 |
| Hex | A8 | 42 | AB | 2 | 3D | 0 | 21 | 12A | 2C | 2E |
| Octal | 250 | 102 | 253 | 2 | 75 | 0 | 41 | 452 | 54 | 56 |
| Binary | 10101000 | 1000010 | 10101011 | 10 | 111101 | 0 | 100001 | 100101010 | 101100 | 101110 |
Color Harmonies of #A842AB
Complementary color
Monochromatic Colors of #A842AB
Black with #A842AB
Text Example
Text Example
White with #A842AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A842AB; }
p { color: rgb(168,66,171); }
H1.HeaderClassName
{
color: #A842AB;
}
.AnyTagClassName
{
color: #A842AB;
}
</style>
background-color css
<style>
a { background-color: #A842AB; }
a { background-color: rgb(168,66,171); }
div.DivClassName
{
background-color: #A842AB;
}
.BgClassName
{
background-color: #A842AB;
}
</style>
border-color css
<style>
span { border-color: #A842AB; }
span { border-color: rgb(168,66,171); }
td.TdClassName
{
border-color: #A842AB;
}
.TagClassName
{
border-color: #A842AB;
}
</style>