Shades of Dark Violet #A302EC
Tints of Dark Violet #A302EC
RGB
CMYK
RGB Variations
Color information
#A302EC (or 0xA302EC) is known color: Dark Violet. HEX triplet: A3, 02 and EC. RGB value is (163,2,236). Sum of RGB (Red+Green+Blue) = 163+2+236=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #A302EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A302EC is #5CFD13. Grayscale: #4C4C4C. Windows color (decimal): -6094100 or 15467171. OLE color: 15467171.
HSL color Cylindrical-coordinate representation of color #A302EC: hue angle of 281.28º 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 #A302EC is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 2 | 236 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.07 |
| HSL | 281.28º | 0.98% | 0.47% | - |
| HSV(B) | 281.28º | 0.99% | 0.93% | - |
| XYZ | 30.27 | 13.89 | 80.44 | - |
| YUV | 76.82 | 217.84 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 236 | 0.31 | 0.99 | 0 | 0.07 | 281.28 | 0.98 | 0.47 |
| Hex | A3 | 2 | EC | 1F | 63 | 0 | 7 | 119 | 62 | 2F |
| Octal | 243 | 2 | 354 | 37 | 143 | 0 | 7 | 431 | 142 | 57 |
| Binary | 10100011 | 10 | 11101100 | 11111 | 1100011 | 0 | 111 | 100011001 | 1100010 | 101111 |
Color Harmonies of #A302EC
Complementary color
Monochromatic Colors of #A302EC
Black with #A302EC
Text Example
Text Example
White with #A302EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A302EC; }
p { color: rgb(163,2,236); }
H1.HeaderClassName
{
color: #A302EC;
}
.AnyTagClassName
{
color: #A302EC;
}
</style>
background-color css
<style>
a { background-color: #A302EC; }
a { background-color: rgb(163,2,236); }
div.DivClassName
{
background-color: #A302EC;
}
.BgClassName
{
background-color: #A302EC;
}
</style>
border-color css
<style>
span { border-color: #A302EC; }
span { border-color: rgb(163,2,236); }
td.TdClassName
{
border-color: #A302EC;
}
.TagClassName
{
border-color: #A302EC;
}
</style>