Shades of Dark Violet #A302CF
Tints of Dark Violet #A302CF
RGB
CMYK
RGB Variations
Color information
#A302CF (or 0xA302CF) is known color: Dark Violet. HEX triplet: A3, 02 and CF. RGB value is (163,2,207). Sum of RGB (Red+Green+Blue) = 163+2+207=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #A302CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A302CF is #5CFD30. Grayscale: #484848. Windows color (decimal): -6094129 or 13566627. OLE color: 13566627.
HSL color Cylindrical-coordinate representation of color #A302CF: hue angle of 287.12º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A302CF is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 2 | 207 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.19 |
| HSL | 287.12º | 0.98% | 0.41% | - |
| HSV(B) | 287.12º | 0.99% | 0.81% | - |
| XYZ | 26.39 | 12.33 | 60.02 | - |
| YUV | 73.51 | 203.34 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 207 | 0.21 | 0.99 | 0 | 0.19 | 287.12 | 0.98 | 0.41 |
| Hex | A3 | 2 | CF | 15 | 63 | 0 | 13 | 11F | 62 | 29 |
| Octal | 243 | 2 | 317 | 25 | 143 | 0 | 23 | 437 | 142 | 51 |
| Binary | 10100011 | 10 | 11001111 | 10101 | 1100011 | 0 | 10011 | 100011111 | 1100010 | 101001 |
Color Harmonies of #A302CF
Complementary color
Monochromatic Colors of #A302CF
Black with #A302CF
Text Example
Text Example
White with #A302CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A302CF; }
p { color: rgb(163,2,207); }
H1.HeaderClassName
{
color: #A302CF;
}
.AnyTagClassName
{
color: #A302CF;
}
</style>
background-color css
<style>
a { background-color: #A302CF; }
a { background-color: rgb(163,2,207); }
div.DivClassName
{
background-color: #A302CF;
}
.BgClassName
{
background-color: #A302CF;
}
</style>
border-color css
<style>
span { border-color: #A302CF; }
span { border-color: rgb(163,2,207); }
td.TdClassName
{
border-color: #A302CF;
}
.TagClassName
{
border-color: #A302CF;
}
</style>