Shades of Dark Violet #A900CC
Tints of Dark Violet #A900CC
RGB
CMYK
RGB Variations
Color information
#A900CC (or 0xA900CC) is known color: Dark Violet. HEX triplet: A9, 00 and CC. RGB value is (169,0,204). Sum of RGB (Red+Green+Blue) = 169+0+204=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #A900CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A900CC is #56FF33. Grayscale: #494949. Windows color (decimal): -5701428 or 13369513. OLE color: 13369513.
HSL color Cylindrical-coordinate representation of color #A900CC: hue angle of 289.71º 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 #A900CC is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 0 | 204 | - |
| CMYK | 0.17 | 1 | 0 | 0.2 |
| HSL | 289.71º | 1% | 0.4% | - |
| HSV(B) | 289.71º | 1% | 0.8% | - |
| XYZ | 27.26 | 12.79 | 58.16 | - |
| YUV | 73.79 | 201.49 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 204 | 0.17 | 1 | 0 | 0.2 | 289.71 | 1 | 0.4 |
| Hex | A9 | 0 | CC | 11 | 64 | 0 | 14 | 122 | 64 | 28 |
| Octal | 251 | 0 | 314 | 21 | 144 | 0 | 24 | 442 | 144 | 50 |
| Binary | 10101001 | 0 | 11001100 | 10001 | 1100100 | 0 | 10100 | 100100010 | 1100100 | 101000 |
Color Harmonies of #A900CC
Complementary color
Monochromatic Colors of #A900CC
Black with #A900CC
Text Example
Text Example
White with #A900CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A900CC; }
p { color: rgb(169,0,204); }
H1.HeaderClassName
{
color: #A900CC;
}
.AnyTagClassName
{
color: #A900CC;
}
</style>
background-color css
<style>
a { background-color: #A900CC; }
a { background-color: rgb(169,0,204); }
div.DivClassName
{
background-color: #A900CC;
}
.BgClassName
{
background-color: #A900CC;
}
</style>
border-color css
<style>
span { border-color: #A900CC; }
span { border-color: rgb(169,0,204); }
td.TdClassName
{
border-color: #A900CC;
}
.TagClassName
{
border-color: #A900CC;
}
</style>