Shades of Dark Violet #A402EE
Tints of Dark Violet #A402EE
RGB
CMYK
RGB Variations
Color information
#A402EE (or 0xA402EE) is known color: Dark Violet. HEX triplet: A4, 02 and EE. RGB value is (164,2,238). Sum of RGB (Red+Green+Blue) = 164+2+238=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #A402EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A402EE is #5BFD11. Grayscale: #4C4C4C. Windows color (decimal): -6028562 or 15598244. OLE color: 15598244.
HSL color Cylindrical-coordinate representation of color #A402EE: hue angle of 281.19º 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 #A402EE is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 2 | 238 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.07 |
| HSL | 281.19º | 0.98% | 0.47% | - |
| HSV(B) | 281.19º | 0.99% | 0.93% | - |
| XYZ | 30.76 | 14.11 | 81.99 | - |
| YUV | 77.34 | 218.67 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 2 | 238 | 0.31 | 0.99 | 0 | 0.07 | 281.19 | 0.98 | 0.47 |
| Hex | A4 | 2 | EE | 1F | 63 | 0 | 7 | 119 | 62 | 2F |
| Octal | 244 | 2 | 356 | 37 | 143 | 0 | 7 | 431 | 142 | 57 |
| Binary | 10100100 | 10 | 11101110 | 11111 | 1100011 | 0 | 111 | 100011001 | 1100010 | 101111 |
Color Harmonies of #A402EE
Complementary color
Monochromatic Colors of #A402EE
Black with #A402EE
Text Example
Text Example
White with #A402EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A402EE; }
p { color: rgb(164,2,238); }
H1.HeaderClassName
{
color: #A402EE;
}
.AnyTagClassName
{
color: #A402EE;
}
</style>
background-color css
<style>
a { background-color: #A402EE; }
a { background-color: rgb(164,2,238); }
div.DivClassName
{
background-color: #A402EE;
}
.BgClassName
{
background-color: #A402EE;
}
</style>
border-color css
<style>
span { border-color: #A402EE; }
span { border-color: rgb(164,2,238); }
td.TdClassName
{
border-color: #A402EE;
}
.TagClassName
{
border-color: #A402EE;
}
</style>