Shades of Dark Violet #A108B2
Tints of Dark Violet #A108B2
RGB
CMYK
RGB Variations
Color information
#A108B2 (or 0xA108B2) is known color: Dark Violet. HEX triplet: A1, 08 and B2. RGB value is (161,8,178). Sum of RGB (Red+Green+Blue) = 161+8+178=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 178 (69.92% from 255 or 51.30% from 347); Max value from RGB is 178 - color contains mainly: blue. Hex color #A108B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A108B2 is #5EF74D. Grayscale: #484848. Windows color (decimal): -6223694 or 11667617. OLE color: 11667617.
HSL color Cylindrical-coordinate representation of color #A108B2: hue angle of 294º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A108B2 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 8 | 178 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.30 |
| HSL | 294º | 0.91% | 0.36% | - |
| HSV(B) | 294º | 0.96% | 0.7% | - |
| XYZ | 22.82 | 10.97 | 43.03 | - |
| YUV | 73.13 | 187.19 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 8 | 178 | 0.10 | 0.96 | 0 | 0.30 | 294 | 0.91 | 0.36 |
| Hex | A1 | 8 | B2 | A | 60 | 0 | 1E | 126 | 5B | 24 |
| Octal | 241 | 10 | 262 | 12 | 140 | 0 | 36 | 446 | 133 | 44 |
| Binary | 10100001 | 1000 | 10110010 | 1010 | 1100000 | 0 | 11110 | 100100110 | 1011011 | 100100 |
Color Harmonies of #A108B2
Complementary color
Monochromatic Colors of #A108B2
Black with #A108B2
Text Example
Text Example
White with #A108B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A108B2; }
p { color: rgb(161,8,178); }
H1.HeaderClassName
{
color: #A108B2;
}
.AnyTagClassName
{
color: #A108B2;
}
</style>
background-color css
<style>
a { background-color: #A108B2; }
a { background-color: rgb(161,8,178); }
div.DivClassName
{
background-color: #A108B2;
}
.BgClassName
{
background-color: #A108B2;
}
</style>
border-color css
<style>
span { border-color: #A108B2; }
span { border-color: rgb(161,8,178); }
td.TdClassName
{
border-color: #A108B2;
}
.TagClassName
{
border-color: #A108B2;
}
</style>