Shades of Dark Violet #A802C4
Tints of Dark Violet #A802C4
RGB
CMYK
RGB Variations
Color information
#A802C4 (or 0xA802C4) is known color: Dark Violet. HEX triplet: A8, 02 and C4. RGB value is (168,2,196). Sum of RGB (Red+Green+Blue) = 168+2+196=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 196 (76.95% from 255 or 53.55% from 366); Max value from RGB is 196 - color contains mainly: blue. Hex color #A802C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A802C4 is #57FD3B. Grayscale: #494949. Windows color (decimal): -5766460 or 12845736. OLE color: 12845736.
HSL color Cylindrical-coordinate representation of color #A802C4: hue angle of 291.34º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A802C4 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 2 | 196 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.23 |
| HSL | 291.34º | 0.98% | 0.39% | - |
| HSV(B) | 291.34º | 0.99% | 0.77% | - |
| XYZ | 26.13 | 12.35 | 53.23 | - |
| YUV | 73.75 | 197 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 196 | 0.14 | 0.99 | 0 | 0.23 | 291.34 | 0.98 | 0.39 |
| Hex | A8 | 2 | C4 | E | 63 | 0 | 17 | 123 | 62 | 27 |
| Octal | 250 | 2 | 304 | 16 | 143 | 0 | 27 | 443 | 142 | 47 |
| Binary | 10101000 | 10 | 11000100 | 1110 | 1100011 | 0 | 10111 | 100100011 | 1100010 | 100111 |
Color Harmonies of #A802C4
Complementary color
Monochromatic Colors of #A802C4
Black with #A802C4
Text Example
Text Example
White with #A802C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A802C4; }
p { color: rgb(168,2,196); }
H1.HeaderClassName
{
color: #A802C4;
}
.AnyTagClassName
{
color: #A802C4;
}
</style>
background-color css
<style>
a { background-color: #A802C4; }
a { background-color: rgb(168,2,196); }
div.DivClassName
{
background-color: #A802C4;
}
.BgClassName
{
background-color: #A802C4;
}
</style>
border-color css
<style>
span { border-color: #A802C4; }
span { border-color: rgb(168,2,196); }
td.TdClassName
{
border-color: #A802C4;
}
.TagClassName
{
border-color: #A802C4;
}
</style>