Shades of Dark Violet #A402ED
Tints of Dark Violet #A402ED
RGB
CMYK
RGB Variations
Color information
#A402ED (or 0xA402ED) is known color: Dark Violet. HEX triplet: A4, 02 and ED. RGB value is (164,2,237). Sum of RGB (Red+Green+Blue) = 164+2+237=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 2 (1.17% from 255 or 0.50% from 403); Blue value is 237 (92.97% from 255 or 58.81% from 403); Max value from RGB is 237 - color contains mainly: blue. Hex color #A402ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A402ED is #5BFD12. Grayscale: #4C4C4C. Windows color (decimal): -6028563 or 15532708. OLE color: 15532708.
HSL color Cylindrical-coordinate representation of color #A402ED: hue angle of 281.36º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A402ED is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 2 | 237 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.07 |
| HSL | 281.36º | 0.98% | 0.47% | - |
| HSV(B) | 281.36º | 0.99% | 0.93% | - |
| XYZ | 30.62 | 14.05 | 81.22 | - |
| YUV | 77.23 | 218.17 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 2 | 237 | 0.31 | 0.99 | 0 | 0.07 | 281.36 | 0.98 | 0.47 |
| Hex | A4 | 2 | ED | 1F | 63 | 0 | 7 | 119 | 62 | 2F |
| Octal | 244 | 2 | 355 | 37 | 143 | 0 | 7 | 431 | 142 | 57 |
| Binary | 10100100 | 10 | 11101101 | 11111 | 1100011 | 0 | 111 | 100011001 | 1100010 | 101111 |
Color Harmonies of #A402ED
Complementary color
Monochromatic Colors of #A402ED
Black with #A402ED
Text Example
Text Example
White with #A402ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A402ED; }
p { color: rgb(164,2,237); }
H1.HeaderClassName
{
color: #A402ED;
}
.AnyTagClassName
{
color: #A402ED;
}
</style>
background-color css
<style>
a { background-color: #A402ED; }
a { background-color: rgb(164,2,237); }
div.DivClassName
{
background-color: #A402ED;
}
.BgClassName
{
background-color: #A402ED;
}
</style>
border-color css
<style>
span { border-color: #A402ED; }
span { border-color: rgb(164,2,237); }
td.TdClassName
{
border-color: #A402ED;
}
.TagClassName
{
border-color: #A402ED;
}
</style>