Shades of Dark Violet #A002C3
Tints of Dark Violet #A002C3
RGB
CMYK
RGB Variations
Color information
#A002C3 (or 0xA002C3) is known color: Dark Violet. HEX triplet: A0, 02 and C3. RGB value is (160,2,195). Sum of RGB (Red+Green+Blue) = 160+2+195=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 195 (76.56% from 255 or 54.62% from 357); Max value from RGB is 195 - color contains mainly: blue. Hex color #A002C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A002C3 is #5FFD3C. Grayscale: #464646. Windows color (decimal): -6290749 or 12780192. OLE color: 12780192.
HSL color Cylindrical-coordinate representation of color #A002C3: hue angle of 289.12º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A002C3 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 2 | 195 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.24 |
| HSL | 289.12º | 0.98% | 0.39% | - |
| HSV(B) | 289.12º | 0.99% | 0.76% | - |
| XYZ | 24.37 | 11.46 | 52.56 | - |
| YUV | 71.24 | 197.85 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 195 | 0.18 | 0.99 | 0 | 0.24 | 289.12 | 0.98 | 0.39 |
| Hex | A0 | 2 | C3 | 12 | 63 | 0 | 18 | 121 | 62 | 27 |
| Octal | 240 | 2 | 303 | 22 | 143 | 0 | 30 | 441 | 142 | 47 |
| Binary | 10100000 | 10 | 11000011 | 10010 | 1100011 | 0 | 11000 | 100100001 | 1100010 | 100111 |
Color Harmonies of #A002C3
Complementary color
Monochromatic Colors of #A002C3
Black with #A002C3
Text Example
Text Example
White with #A002C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A002C3; }
p { color: rgb(160,2,195); }
H1.HeaderClassName
{
color: #A002C3;
}
.AnyTagClassName
{
color: #A002C3;
}
</style>
background-color css
<style>
a { background-color: #A002C3; }
a { background-color: rgb(160,2,195); }
div.DivClassName
{
background-color: #A002C3;
}
.BgClassName
{
background-color: #A002C3;
}
</style>
border-color css
<style>
span { border-color: #A002C3; }
span { border-color: rgb(160,2,195); }
td.TdClassName
{
border-color: #A002C3;
}
.TagClassName
{
border-color: #A002C3;
}
</style>