Shades of Dark Violet #A301EA
Tints of Dark Violet #A301EA
RGB
CMYK
RGB Variations
Color information
#A301EA (or 0xA301EA) is known color: Dark Violet. HEX triplet: A3, 01 and EA. RGB value is (163,1,234). Sum of RGB (Red+Green+Blue) = 163+1+234=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 1 (0.78% from 255 or 0.25% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #A301EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A301EA is #5CFE15. Grayscale: #4B4B4B. Windows color (decimal): -6094358 or 15335843. OLE color: 15335843.
HSL color Cylindrical-coordinate representation of color #A301EA: hue angle of 281.72º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A301EA is Cyan = 0.30, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 1 | 234 | - |
| CMYK | 0.30 | 1.00 | 0 | 0.08 |
| HSL | 281.72º | 0.99% | 0.46% | - |
| HSV(B) | 281.72º | 1% | 0.92% | - |
| XYZ | 29.97 | 13.75 | 78.92 | - |
| YUV | 76 | 217.17 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 234 | 0.30 | 1.00 | 0 | 0.08 | 281.72 | 0.99 | 0.46 |
| Hex | A3 | 1 | EA | 1E | 64 | 0 | 8 | 11A | 63 | 2E |
| Octal | 243 | 1 | 352 | 36 | 144 | 0 | 10 | 432 | 143 | 56 |
| Binary | 10100011 | 1 | 11101010 | 11110 | 1100100 | 0 | 1000 | 100011010 | 1100011 | 101110 |
Color Harmonies of #A301EA
Complementary color
Monochromatic Colors of #A301EA
Black with #A301EA
Text Example
Text Example
White with #A301EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A301EA; }
p { color: rgb(163,1,234); }
H1.HeaderClassName
{
color: #A301EA;
}
.AnyTagClassName
{
color: #A301EA;
}
</style>
background-color css
<style>
a { background-color: #A301EA; }
a { background-color: rgb(163,1,234); }
div.DivClassName
{
background-color: #A301EA;
}
.BgClassName
{
background-color: #A301EA;
}
</style>
border-color css
<style>
span { border-color: #A301EA; }
span { border-color: rgb(163,1,234); }
td.TdClassName
{
border-color: #A301EA;
}
.TagClassName
{
border-color: #A301EA;
}
</style>