Shades of Dark Violet #A102C2
Tints of Dark Violet #A102C2
RGB
CMYK
RGB Variations
Color information
#A102C2 (or 0xA102C2) is known color: Dark Violet. HEX triplet: A1, 02 and C2. RGB value is (161,2,194). Sum of RGB (Red+Green+Blue) = 161+2+194=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 194 (76.17% from 255 or 54.34% from 357); Max value from RGB is 194 - color contains mainly: blue. Hex color #A102C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A102C2 is #5EFD3D. Grayscale: #464646. Windows color (decimal): -6225214 or 12714657. OLE color: 12714657.
HSL color Cylindrical-coordinate representation of color #A102C2: hue angle of 289.69º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A102C2 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 2 | 194 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.24 |
| HSL | 289.69º | 0.98% | 0.38% | - |
| HSV(B) | 289.69º | 0.99% | 0.76% | - |
| XYZ | 24.46 | 11.52 | 51.97 | - |
| YUV | 71.43 | 197.18 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 194 | 0.17 | 0.99 | 0 | 0.24 | 289.69 | 0.98 | 0.38 |
| Hex | A1 | 2 | C2 | 11 | 63 | 0 | 18 | 122 | 62 | 26 |
| Octal | 241 | 2 | 302 | 21 | 143 | 0 | 30 | 442 | 142 | 46 |
| Binary | 10100001 | 10 | 11000010 | 10001 | 1100011 | 0 | 11000 | 100100010 | 1100010 | 100110 |
Color Harmonies of #A102C2
Complementary color
Monochromatic Colors of #A102C2
Black with #A102C2
Text Example
Text Example
White with #A102C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A102C2; }
p { color: rgb(161,2,194); }
H1.HeaderClassName
{
color: #A102C2;
}
.AnyTagClassName
{
color: #A102C2;
}
</style>
background-color css
<style>
a { background-color: #A102C2; }
a { background-color: rgb(161,2,194); }
div.DivClassName
{
background-color: #A102C2;
}
.BgClassName
{
background-color: #A102C2;
}
</style>
border-color css
<style>
span { border-color: #A102C2; }
span { border-color: rgb(161,2,194); }
td.TdClassName
{
border-color: #A102C2;
}
.TagClassName
{
border-color: #A102C2;
}
</style>