Shades of Dark Violet #A900C1
Tints of Dark Violet #A900C1
RGB
CMYK
RGB Variations
Color information
#A900C1 (or 0xA900C1) is known color: Dark Violet. HEX triplet: A9, 00 and C1. RGB value is (169,0,193). Sum of RGB (Red+Green+Blue) = 169+0+193=362 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.69% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 193 (75.78% from 255 or 53.31% from 362); Max value from RGB is 193 - color contains mainly: blue. Hex color #A900C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A900C1 is #56FF3E. Grayscale: #474747. Windows color (decimal): -5701439 or 12648617. OLE color: 12648617.
HSL color Cylindrical-coordinate representation of color #A900C1: hue angle of 292.54º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A900C1 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 0 | 193 | - |
| CMYK | 0.12 | 1 | 0 | 0.24 |
| HSL | 292.54º | 1% | 0.38% | - |
| HSV(B) | 292.54º | 1% | 0.76% | - |
| XYZ | 25.99 | 12.29 | 51.45 | - |
| YUV | 72.53 | 195.99 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 193 | 0.12 | 1 | 0 | 0.24 | 292.54 | 1 | 0.38 |
| Hex | A9 | 0 | C1 | C | 64 | 0 | 18 | 125 | 64 | 26 |
| Octal | 251 | 0 | 301 | 14 | 144 | 0 | 30 | 445 | 144 | 46 |
| Binary | 10101001 | 0 | 11000001 | 1100 | 1100100 | 0 | 11000 | 100100101 | 1100100 | 100110 |
Color Harmonies of #A900C1
Complementary color
Monochromatic Colors of #A900C1
Black with #A900C1
Text Example
Text Example
White with #A900C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A900C1; }
p { color: rgb(169,0,193); }
H1.HeaderClassName
{
color: #A900C1;
}
.AnyTagClassName
{
color: #A900C1;
}
</style>
background-color css
<style>
a { background-color: #A900C1; }
a { background-color: rgb(169,0,193); }
div.DivClassName
{
background-color: #A900C1;
}
.BgClassName
{
background-color: #A900C1;
}
</style>
border-color css
<style>
span { border-color: #A900C1; }
span { border-color: rgb(169,0,193); }
td.TdClassName
{
border-color: #A900C1;
}
.TagClassName
{
border-color: #A900C1;
}
</style>