Shades of Dark Violet #A108CB
Tints of Dark Violet #A108CB
RGB
CMYK
RGB Variations
Color information
#A108CB (or 0xA108CB) is known color: Dark Violet. HEX triplet: A1, 08 and CB. RGB value is (161,8,203). Sum of RGB (Red+Green+Blue) = 161+8+203=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 8 (3.52% from 255 or 2.15% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #A108CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A108CB is #5EF734. Grayscale: #4B4B4B. Windows color (decimal): -6223669 or 13306017. OLE color: 13306017.
HSL color Cylindrical-coordinate representation of color #A108CB: hue angle of 287.08º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A108CB is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 8 | 203 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.20 |
| HSL | 287.08º | 0.92% | 0.41% | - |
| HSV(B) | 287.08º | 0.96% | 0.8% | - |
| XYZ | 25.56 | 12.06 | 57.48 | - |
| YUV | 75.98 | 199.69 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 8 | 203 | 0.21 | 0.96 | 0 | 0.20 | 287.08 | 0.92 | 0.41 |
| Hex | A1 | 8 | CB | 15 | 60 | 0 | 14 | 11F | 5C | 29 |
| Octal | 241 | 10 | 313 | 25 | 140 | 0 | 24 | 437 | 134 | 51 |
| Binary | 10100001 | 1000 | 11001011 | 10101 | 1100000 | 0 | 10100 | 100011111 | 1011100 | 101001 |
Color Harmonies of #A108CB
Complementary color
Monochromatic Colors of #A108CB
Black with #A108CB
Text Example
Text Example
White with #A108CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A108CB; }
p { color: rgb(161,8,203); }
H1.HeaderClassName
{
color: #A108CB;
}
.AnyTagClassName
{
color: #A108CB;
}
</style>
background-color css
<style>
a { background-color: #A108CB; }
a { background-color: rgb(161,8,203); }
div.DivClassName
{
background-color: #A108CB;
}
.BgClassName
{
background-color: #A108CB;
}
</style>
border-color css
<style>
span { border-color: #A108CB; }
span { border-color: rgb(161,8,203); }
td.TdClassName
{
border-color: #A108CB;
}
.TagClassName
{
border-color: #A108CB;
}
</style>