Shades of Dark Violet #A802B8
Tints of Dark Violet #A802B8
RGB
CMYK
RGB Variations
Color information
#A802B8 (or 0xA802B8) is known color: Dark Violet. HEX triplet: A8, 02 and B8. RGB value is (168,2,184). Sum of RGB (Red+Green+Blue) = 168+2+184=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 184 (72.27% from 255 or 51.98% from 354); Max value from RGB is 184 - color contains mainly: blue. Hex color #A802B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A802B8 is #57FD47. Grayscale: #474747. Windows color (decimal): -5766472 or 12059304. OLE color: 12059304.
HSL color Cylindrical-coordinate representation of color #A802B8: hue angle of 294.73º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A802B8 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 2 | 184 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.28 |
| HSL | 294.73º | 0.98% | 0.36% | - |
| HSV(B) | 294.73º | 0.99% | 0.72% | - |
| XYZ | 24.82 | 11.83 | 46.32 | - |
| YUV | 72.38 | 191 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 184 | 0.09 | 0.99 | 0 | 0.28 | 294.73 | 0.98 | 0.36 |
| Hex | A8 | 2 | B8 | 9 | 63 | 0 | 1C | 127 | 62 | 24 |
| Octal | 250 | 2 | 270 | 11 | 143 | 0 | 34 | 447 | 142 | 44 |
| Binary | 10101000 | 10 | 10111000 | 1001 | 1100011 | 0 | 11100 | 100100111 | 1100010 | 100100 |
Color Harmonies of #A802B8
Complementary color
Monochromatic Colors of #A802B8
Black with #A802B8
Text Example
Text Example
White with #A802B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A802B8; }
p { color: rgb(168,2,184); }
H1.HeaderClassName
{
color: #A802B8;
}
.AnyTagClassName
{
color: #A802B8;
}
</style>
background-color css
<style>
a { background-color: #A802B8; }
a { background-color: rgb(168,2,184); }
div.DivClassName
{
background-color: #A802B8;
}
.BgClassName
{
background-color: #A802B8;
}
</style>
border-color css
<style>
span { border-color: #A802B8; }
span { border-color: rgb(168,2,184); }
td.TdClassName
{
border-color: #A802B8;
}
.TagClassName
{
border-color: #A802B8;
}
</style>