Shades of Dark Violet #A302CD
Tints of Dark Violet #A302CD
RGB
CMYK
RGB Variations
Color information
#A302CD (or 0xA302CD) is known color: Dark Violet. HEX triplet: A3, 02 and CD. RGB value is (163,2,205). Sum of RGB (Red+Green+Blue) = 163+2+205=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #A302CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A302CD is #5CFD32. Grayscale: #484848. Windows color (decimal): -6094131 or 13435555. OLE color: 13435555.
HSL color Cylindrical-coordinate representation of color #A302CD: hue angle of 287.59º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A302CD is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 2 | 205 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.20 |
| HSL | 287.59º | 0.98% | 0.41% | - |
| HSV(B) | 287.59º | 0.99% | 0.8% | - |
| XYZ | 26.15 | 12.24 | 58.74 | - |
| YUV | 73.28 | 202.34 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 205 | 0.20 | 0.99 | 0 | 0.20 | 287.59 | 0.98 | 0.41 |
| Hex | A3 | 2 | CD | 14 | 63 | 0 | 14 | 120 | 62 | 29 |
| Octal | 243 | 2 | 315 | 24 | 143 | 0 | 24 | 440 | 142 | 51 |
| Binary | 10100011 | 10 | 11001101 | 10100 | 1100011 | 0 | 10100 | 100100000 | 1100010 | 101001 |
Color Harmonies of #A302CD
Complementary color
Monochromatic Colors of #A302CD
Black with #A302CD
Text Example
Text Example
White with #A302CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A302CD; }
p { color: rgb(163,2,205); }
H1.HeaderClassName
{
color: #A302CD;
}
.AnyTagClassName
{
color: #A302CD;
}
</style>
background-color css
<style>
a { background-color: #A302CD; }
a { background-color: rgb(163,2,205); }
div.DivClassName
{
background-color: #A302CD;
}
.BgClassName
{
background-color: #A302CD;
}
</style>
border-color css
<style>
span { border-color: #A302CD; }
span { border-color: rgb(163,2,205); }
td.TdClassName
{
border-color: #A302CD;
}
.TagClassName
{
border-color: #A302CD;
}
</style>