Shades of Dark Violet #A802E6
Tints of Dark Violet #A802E6
RGB
CMYK
RGB Variations
Color information
#A802E6 (or 0xA802E6) is known color: Dark Violet. HEX triplet: A8, 02 and E6. RGB value is (168,2,230). Sum of RGB (Red+Green+Blue) = 168+2+230=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 2 (1.17% from 255 or 0.5% from 400); Blue value is 230 (90.23% from 255 or 57.5% from 400); Max value from RGB is 230 - color contains mainly: blue. Hex color #A802E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A802E6 is #57FD19. Grayscale: #4C4C4C. Windows color (decimal): -5766426 or 15073960. OLE color: 15073960.
HSL color Cylindrical-coordinate representation of color #A802E6: hue angle of 283.68º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A802E6 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 2 | 230 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.10 |
| HSL | 283.68º | 0.98% | 0.45% | - |
| HSV(B) | 283.68º | 0.99% | 0.9% | - |
| XYZ | 30.45 | 14.08 | 75.98 | - |
| YUV | 77.63 | 214 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 230 | 0.27 | 0.99 | 0 | 0.10 | 283.68 | 0.98 | 0.45 |
| Hex | A8 | 2 | E6 | 1B | 63 | 0 | A | 11C | 62 | 2D |
| Octal | 250 | 2 | 346 | 33 | 143 | 0 | 12 | 434 | 142 | 55 |
| Binary | 10101000 | 10 | 11100110 | 11011 | 1100011 | 0 | 1010 | 100011100 | 1100010 | 101101 |
Color Harmonies of #A802E6
Complementary color
Monochromatic Colors of #A802E6
Black with #A802E6
Text Example
Text Example
White with #A802E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A802E6; }
p { color: rgb(168,2,230); }
H1.HeaderClassName
{
color: #A802E6;
}
.AnyTagClassName
{
color: #A802E6;
}
</style>
background-color css
<style>
a { background-color: #A802E6; }
a { background-color: rgb(168,2,230); }
div.DivClassName
{
background-color: #A802E6;
}
.BgClassName
{
background-color: #A802E6;
}
</style>
border-color css
<style>
span { border-color: #A802E6; }
span { border-color: rgb(168,2,230); }
td.TdClassName
{
border-color: #A802E6;
}
.TagClassName
{
border-color: #A802E6;
}
</style>