Shades of Dark Violet #A402E4
Tints of Dark Violet #A402E4
RGB
CMYK
RGB Variations
Color information
#A402E4 (or 0xA402E4) is known color: Dark Violet. HEX triplet: A4, 02 and E4. RGB value is (164,2,228). Sum of RGB (Red+Green+Blue) = 164+2+228=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 228 (89.45% from 255 or 57.87% from 394); Max value from RGB is 228 - color contains mainly: blue. Hex color #A402E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A402E4 is #5BFD1B. Grayscale: #4B4B4B. Windows color (decimal): -6028572 or 14942884. OLE color: 14942884.
HSL color Cylindrical-coordinate representation of color #A402E4: hue angle of 283.01º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A402E4 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 2 | 228 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.11 |
| HSL | 283.01º | 0.98% | 0.45% | - |
| HSV(B) | 283.01º | 0.99% | 0.89% | - |
| XYZ | 29.34 | 13.54 | 74.47 | - |
| YUV | 76.2 | 213.67 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 2 | 228 | 0.28 | 0.99 | 0 | 0.11 | 283.01 | 0.98 | 0.45 |
| Hex | A4 | 2 | E4 | 1C | 63 | 0 | B | 11B | 62 | 2D |
| Octal | 244 | 2 | 344 | 34 | 143 | 0 | 13 | 433 | 142 | 55 |
| Binary | 10100100 | 10 | 11100100 | 11100 | 1100011 | 0 | 1011 | 100011011 | 1100010 | 101101 |
Color Harmonies of #A402E4
Complementary color
Monochromatic Colors of #A402E4
Black with #A402E4
Text Example
Text Example
White with #A402E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A402E4; }
p { color: rgb(164,2,228); }
H1.HeaderClassName
{
color: #A402E4;
}
.AnyTagClassName
{
color: #A402E4;
}
</style>
background-color css
<style>
a { background-color: #A402E4; }
a { background-color: rgb(164,2,228); }
div.DivClassName
{
background-color: #A402E4;
}
.BgClassName
{
background-color: #A402E4;
}
</style>
border-color css
<style>
span { border-color: #A402E4; }
span { border-color: rgb(164,2,228); }
td.TdClassName
{
border-color: #A402E4;
}
.TagClassName
{
border-color: #A402E4;
}
</style>