Shades of Dark Violet #A106CB
Tints of Dark Violet #A106CB
RGB
CMYK
RGB Variations
Color information
#A106CB (or 0xA106CB) is known color: Dark Violet. HEX triplet: A1, 06 and CB. RGB value is (161,6,203). Sum of RGB (Red+Green+Blue) = 161+6+203=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #A106CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A106CB is #5EF934. Grayscale: #4A4A4A. Windows color (decimal): -6224181 or 13305505. OLE color: 13305505.
HSL color Cylindrical-coordinate representation of color #A106CB: hue angle of 287.21º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A106CB is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 6 | 203 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.20 |
| HSL | 287.21º | 0.94% | 0.41% | - |
| HSV(B) | 287.21º | 0.97% | 0.8% | - |
| XYZ | 25.54 | 12.02 | 57.47 | - |
| YUV | 74.8 | 200.35 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 6 | 203 | 0.21 | 0.97 | 0 | 0.20 | 287.21 | 0.94 | 0.41 |
| Hex | A1 | 6 | CB | 15 | 61 | 0 | 14 | 11F | 5E | 29 |
| Octal | 241 | 6 | 313 | 25 | 141 | 0 | 24 | 437 | 136 | 51 |
| Binary | 10100001 | 110 | 11001011 | 10101 | 1100001 | 0 | 10100 | 100011111 | 1011110 | 101001 |
Color Harmonies of #A106CB
Complementary color
Monochromatic Colors of #A106CB
Black with #A106CB
Text Example
Text Example
White with #A106CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A106CB; }
p { color: rgb(161,6,203); }
H1.HeaderClassName
{
color: #A106CB;
}
.AnyTagClassName
{
color: #A106CB;
}
</style>
background-color css
<style>
a { background-color: #A106CB; }
a { background-color: rgb(161,6,203); }
div.DivClassName
{
background-color: #A106CB;
}
.BgClassName
{
background-color: #A106CB;
}
</style>
border-color css
<style>
span { border-color: #A106CB; }
span { border-color: rgb(161,6,203); }
td.TdClassName
{
border-color: #A106CB;
}
.TagClassName
{
border-color: #A106CB;
}
</style>