Shades of Violet Blue #A842AF
Tints of Violet Blue #A842AF
RGB
CMYK
RGB Variations
Color information
#A842AF (or 0xA842AF) is known color: Violet Blue. HEX triplet: A8, 42 and AF. RGB value is (168,66,175). Sum of RGB (Red+Green+Blue) = 168+66+175=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 175 - color contains mainly: blue. Hex color #A842AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A842AF is #57BD50. Grayscale: #6C6C6C. Windows color (decimal): -5750097 or 11485864. OLE color: 11485864.
HSL color Cylindrical-coordinate representation of color #A842AF: hue angle of 296.15º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A842AF is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 66 | 175 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.31 |
| HSL | 296.15º | 0.45% | 0.47% | - |
| HSV(B) | 296.15º | 0.62% | 0.69% | - |
| XYZ | 25.83 | 15.32 | 42.15 | - |
| YUV | 108.92 | 165.29 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 175 | 0.04 | 0.62 | 0 | 0.31 | 296.15 | 0.45 | 0.47 |
| Hex | A8 | 42 | AF | 4 | 3E | 0 | 1F | 128 | 2D | 2F |
| Octal | 250 | 102 | 257 | 4 | 76 | 0 | 37 | 450 | 55 | 57 |
| Binary | 10101000 | 1000010 | 10101111 | 100 | 111110 | 0 | 11111 | 100101000 | 101101 | 101111 |
Color Harmonies of #A842AF
Complementary color
Monochromatic Colors of #A842AF
Black with #A842AF
Text Example
Text Example
White with #A842AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A842AF; }
p { color: rgb(168,66,175); }
H1.HeaderClassName
{
color: #A842AF;
}
.AnyTagClassName
{
color: #A842AF;
}
</style>
background-color css
<style>
a { background-color: #A842AF; }
a { background-color: rgb(168,66,175); }
div.DivClassName
{
background-color: #A842AF;
}
.BgClassName
{
background-color: #A842AF;
}
</style>
border-color css
<style>
span { border-color: #A842AF; }
span { border-color: rgb(168,66,175); }
td.TdClassName
{
border-color: #A842AF;
}
.TagClassName
{
border-color: #A842AF;
}
</style>