Shades of Dark Violet #A109CB
Tints of Dark Violet #A109CB
RGB
CMYK
RGB Variations
Color information
#A109CB (or 0xA109CB) is known color: Dark Violet. HEX triplet: A1, 09 and CB. RGB value is (161,9,203). Sum of RGB (Red+Green+Blue) = 161+9+203=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #A109CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A109CB is #5EF634. Grayscale: #4B4B4B. Windows color (decimal): -6223413 or 13306273. OLE color: 13306273.
HSL color Cylindrical-coordinate representation of color #A109CB: hue angle of 287.01º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A109CB is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 9 | 203 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.20 |
| HSL | 287.01º | 0.92% | 0.42% | - |
| HSV(B) | 287.01º | 0.96% | 0.8% | - |
| XYZ | 25.58 | 12.08 | 57.48 | - |
| YUV | 76.56 | 199.36 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 9 | 203 | 0.21 | 0.96 | 0 | 0.20 | 287.01 | 0.92 | 0.42 |
| Hex | A1 | 9 | CB | 15 | 60 | 0 | 14 | 11F | 5C | 2A |
| Octal | 241 | 11 | 313 | 25 | 140 | 0 | 24 | 437 | 134 | 52 |
| Binary | 10100001 | 1001 | 11001011 | 10101 | 1100000 | 0 | 10100 | 100011111 | 1011100 | 101010 |
Color Harmonies of #A109CB
Complementary color
Monochromatic Colors of #A109CB
Black with #A109CB
Text Example
Text Example
White with #A109CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A109CB; }
p { color: rgb(161,9,203); }
H1.HeaderClassName
{
color: #A109CB;
}
.AnyTagClassName
{
color: #A109CB;
}
</style>
background-color css
<style>
a { background-color: #A109CB; }
a { background-color: rgb(161,9,203); }
div.DivClassName
{
background-color: #A109CB;
}
.BgClassName
{
background-color: #A109CB;
}
</style>
border-color css
<style>
span { border-color: #A109CB; }
span { border-color: rgb(161,9,203); }
td.TdClassName
{
border-color: #A109CB;
}
.TagClassName
{
border-color: #A109CB;
}
</style>