Shades of Dark Violet #A100CD
Tints of Dark Violet #A100CD
RGB
CMYK
RGB Variations
Color information
#A100CD (or 0xA100CD) is known color: Dark Violet. HEX triplet: A1, 00 and CD. RGB value is (161,0,205). Sum of RGB (Red+Green+Blue) = 161+0+205=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #A100CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A100CD is #5EFF32. Grayscale: #464646. Windows color (decimal): -6225715 or 13435041. OLE color: 13435041.
HSL color Cylindrical-coordinate representation of color #A100CD: hue angle of 287.12º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A100CD is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 0 | 205 | - |
| CMYK | 0.21 | 1 | 0 | 0.20 |
| HSL | 287.12º | 1% | 0.4% | - |
| HSV(B) | 287.12º | 1% | 0.8% | - |
| XYZ | 25.72 | 11.98 | 58.72 | - |
| YUV | 71.51 | 203.34 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 205 | 0.21 | 1 | 0 | 0.20 | 287.12 | 1 | 0.4 |
| Hex | A1 | 0 | CD | 15 | 64 | 0 | 14 | 11F | 64 | 28 |
| Octal | 241 | 0 | 315 | 25 | 144 | 0 | 24 | 437 | 144 | 50 |
| Binary | 10100001 | 0 | 11001101 | 10101 | 1100100 | 0 | 10100 | 100011111 | 1100100 | 101000 |
Color Harmonies of #A100CD
Complementary color
Monochromatic Colors of #A100CD
Black with #A100CD
Text Example
Text Example
White with #A100CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A100CD; }
p { color: rgb(161,0,205); }
H1.HeaderClassName
{
color: #A100CD;
}
.AnyTagClassName
{
color: #A100CD;
}
</style>
background-color css
<style>
a { background-color: #A100CD; }
a { background-color: rgb(161,0,205); }
div.DivClassName
{
background-color: #A100CD;
}
.BgClassName
{
background-color: #A100CD;
}
</style>
border-color css
<style>
span { border-color: #A100CD; }
span { border-color: rgb(161,0,205); }
td.TdClassName
{
border-color: #A100CD;
}
.TagClassName
{
border-color: #A100CD;
}
</style>