Shades of Dark Violet #A302DF
Tints of Dark Violet #A302DF
RGB
CMYK
RGB Variations
Color information
#A302DF (or 0xA302DF) is known color: Dark Violet. HEX triplet: A3, 02 and DF. RGB value is (163,2,223). Sum of RGB (Red+Green+Blue) = 163+2+223=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 2 (1.17% from 255 or 0.52% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #A302DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A302DF is #5CFD20. Grayscale: #4A4A4A. Windows color (decimal): -6094113 or 14615203. OLE color: 14615203.
HSL color Cylindrical-coordinate representation of color #A302DF: hue angle of 283.71º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A302DF is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 2 | 223 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.13 |
| HSL | 283.71º | 0.98% | 0.44% | - |
| HSV(B) | 283.71º | 0.99% | 0.87% | - |
| XYZ | 28.45 | 13.16 | 70.85 | - |
| YUV | 75.33 | 211.34 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 223 | 0.27 | 0.99 | 0 | 0.13 | 283.71 | 0.98 | 0.44 |
| Hex | A3 | 2 | DF | 1B | 63 | 0 | D | 11C | 62 | 2C |
| Octal | 243 | 2 | 337 | 33 | 143 | 0 | 15 | 434 | 142 | 54 |
| Binary | 10100011 | 10 | 11011111 | 11011 | 1100011 | 0 | 1101 | 100011100 | 1100010 | 101100 |
Color Harmonies of #A302DF
Complementary color
Monochromatic Colors of #A302DF
Black with #A302DF
Text Example
Text Example
White with #A302DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A302DF; }
p { color: rgb(163,2,223); }
H1.HeaderClassName
{
color: #A302DF;
}
.AnyTagClassName
{
color: #A302DF;
}
</style>
background-color css
<style>
a { background-color: #A302DF; }
a { background-color: rgb(163,2,223); }
div.DivClassName
{
background-color: #A302DF;
}
.BgClassName
{
background-color: #A302DF;
}
</style>
border-color css
<style>
span { border-color: #A302DF; }
span { border-color: rgb(163,2,223); }
td.TdClassName
{
border-color: #A302DF;
}
.TagClassName
{
border-color: #A302DF;
}
</style>