Shades of Dark Violet #A100BD
Tints of Dark Violet #A100BD
RGB
CMYK
RGB Variations
Color information
#A100BD (or 0xA100BD) is known color: Dark Violet. HEX triplet: A1, 00 and BD. RGB value is (161,0,189). Sum of RGB (Red+Green+Blue) = 161+0+189=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #A100BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A100BD is #5EFF42. Grayscale: #454545. Windows color (decimal): -6225731 or 12386465. OLE color: 12386465.
HSL color Cylindrical-coordinate representation of color #A100BD: hue angle of 291.11º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A100BD is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 0 | 189 | - |
| CMYK | 0.15 | 1 | 0 | 0.26 |
| HSL | 291.11º | 1% | 0.37% | - |
| HSV(B) | 291.11º | 1% | 0.74% | - |
| XYZ | 23.88 | 11.25 | 49.06 | - |
| YUV | 69.69 | 195.34 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 189 | 0.15 | 1 | 0 | 0.26 | 291.11 | 1 | 0.37 |
| Hex | A1 | 0 | BD | F | 64 | 0 | 1A | 123 | 64 | 25 |
| Octal | 241 | 0 | 275 | 17 | 144 | 0 | 32 | 443 | 144 | 45 |
| Binary | 10100001 | 0 | 10111101 | 1111 | 1100100 | 0 | 11010 | 100100011 | 1100100 | 100101 |
Color Harmonies of #A100BD
Complementary color
Monochromatic Colors of #A100BD
Black with #A100BD
Text Example
Text Example
White with #A100BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A100BD; }
p { color: rgb(161,0,189); }
H1.HeaderClassName
{
color: #A100BD;
}
.AnyTagClassName
{
color: #A100BD;
}
</style>
background-color css
<style>
a { background-color: #A100BD; }
a { background-color: rgb(161,0,189); }
div.DivClassName
{
background-color: #A100BD;
}
.BgClassName
{
background-color: #A100BD;
}
</style>
border-color css
<style>
span { border-color: #A100BD; }
span { border-color: rgb(161,0,189); }
td.TdClassName
{
border-color: #A100BD;
}
.TagClassName
{
border-color: #A100BD;
}
</style>