Shades of Dark Violet #A401EE
Tints of Dark Violet #A401EE
RGB
CMYK
RGB Variations
Color information
#A401EE (or 0xA401EE) is known color: Dark Violet. HEX triplet: A4, 01 and EE. RGB value is (164,1,238). Sum of RGB (Red+Green+Blue) = 164+1+238=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 1 (0.78% from 255 or 0.25% from 403); Blue value is 238 (93.36% from 255 or 59.06% from 403); Max value from RGB is 238 - color contains mainly: blue. Hex color #A401EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A401EE is #5BFE11. Grayscale: #4B4B4B. Windows color (decimal): -6028818 or 15597988. OLE color: 15597988.
HSL color Cylindrical-coordinate representation of color #A401EE: hue angle of 281.27º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A401EE is Cyan = 0.31, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 1 | 238 | - |
| CMYK | 0.31 | 1.00 | 0 | 0.07 |
| HSL | 281.27º | 0.99% | 0.47% | - |
| HSV(B) | 281.27º | 1% | 0.93% | - |
| XYZ | 30.75 | 14.09 | 81.99 | - |
| YUV | 76.76 | 219 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 238 | 0.31 | 1.00 | 0 | 0.07 | 281.27 | 0.99 | 0.47 |
| Hex | A4 | 1 | EE | 1F | 64 | 0 | 7 | 119 | 63 | 2F |
| Octal | 244 | 1 | 356 | 37 | 144 | 0 | 7 | 431 | 143 | 57 |
| Binary | 10100100 | 1 | 11101110 | 11111 | 1100100 | 0 | 111 | 100011001 | 1100011 | 101111 |
Color Harmonies of #A401EE
Complementary color
Monochromatic Colors of #A401EE
Black with #A401EE
Text Example
Text Example
White with #A401EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A401EE; }
p { color: rgb(164,1,238); }
H1.HeaderClassName
{
color: #A401EE;
}
.AnyTagClassName
{
color: #A401EE;
}
</style>
background-color css
<style>
a { background-color: #A401EE; }
a { background-color: rgb(164,1,238); }
div.DivClassName
{
background-color: #A401EE;
}
.BgClassName
{
background-color: #A401EE;
}
</style>
border-color css
<style>
span { border-color: #A401EE; }
span { border-color: rgb(164,1,238); }
td.TdClassName
{
border-color: #A401EE;
}
.TagClassName
{
border-color: #A401EE;
}
</style>