Shades of Dark Violet #A10CCB
Tints of Dark Violet #A10CCB
RGB
CMYK
RGB Variations
Color information
#A10CCB (or 0xA10CCB) is known color: Dark Violet. HEX triplet: A1, 0C and CB. RGB value is (161,12,203). Sum of RGB (Red+Green+Blue) = 161+12+203=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #A10CCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10CCB is #5EF334. Grayscale: #4D4D4D. Windows color (decimal): -6222645 or 13307041. OLE color: 13307041.
HSL color Cylindrical-coordinate representation of color #A10CCB: hue angle of 286.81º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10CCB is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 12 | 203 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.20 |
| HSL | 286.81º | 0.89% | 0.42% | - |
| HSV(B) | 286.81º | 0.94% | 0.8% | - |
| XYZ | 25.61 | 12.15 | 57.5 | - |
| YUV | 78.33 | 198.36 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 12 | 203 | 0.21 | 0.94 | 0 | 0.20 | 286.81 | 0.89 | 0.42 |
| Hex | A1 | C | CB | 15 | 5E | 0 | 14 | 11F | 59 | 2A |
| Octal | 241 | 14 | 313 | 25 | 136 | 0 | 24 | 437 | 131 | 52 |
| Binary | 10100001 | 1100 | 11001011 | 10101 | 1011110 | 0 | 10100 | 100011111 | 1011001 | 101010 |
Color Harmonies of #A10CCB
Complementary color
Monochromatic Colors of #A10CCB
Black with #A10CCB
Text Example
Text Example
White with #A10CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10CCB; }
p { color: rgb(161,12,203); }
H1.HeaderClassName
{
color: #A10CCB;
}
.AnyTagClassName
{
color: #A10CCB;
}
</style>
background-color css
<style>
a { background-color: #A10CCB; }
a { background-color: rgb(161,12,203); }
div.DivClassName
{
background-color: #A10CCB;
}
.BgClassName
{
background-color: #A10CCB;
}
</style>
border-color css
<style>
span { border-color: #A10CCB; }
span { border-color: rgb(161,12,203); }
td.TdClassName
{
border-color: #A10CCB;
}
.TagClassName
{
border-color: #A10CCB;
}
</style>