Shades of Dark Violet #A800CB
Tints of Dark Violet #A800CB
RGB
CMYK
RGB Variations
Color information
#A800CB (or 0xA800CB) is known color: Dark Violet. HEX triplet: A8, 00 and CB. RGB value is (168,0,203). Sum of RGB (Red+Green+Blue) = 168+0+203=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #A800CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A800CB is #57FF34. Grayscale: #484848. Windows color (decimal): -5766965 or 13303976. OLE color: 13303976.
HSL color Cylindrical-coordinate representation of color #A800CB: hue angle of 289.66º 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 #A800CB is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 0 | 203 | - |
| CMYK | 0.17 | 1 | 0 | 0.20 |
| HSL | 289.66º | 1% | 0.4% | - |
| HSV(B) | 289.66º | 1% | 0.8% | - |
| XYZ | 26.93 | 12.64 | 57.52 | - |
| YUV | 73.37 | 201.16 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 203 | 0.17 | 1 | 0 | 0.20 | 289.66 | 1 | 0.4 |
| Hex | A8 | 0 | CB | 11 | 64 | 0 | 14 | 122 | 64 | 28 |
| Octal | 250 | 0 | 313 | 21 | 144 | 0 | 24 | 442 | 144 | 50 |
| Binary | 10101000 | 0 | 11001011 | 10001 | 1100100 | 0 | 10100 | 100100010 | 1100100 | 101000 |
Color Harmonies of #A800CB
Complementary color
Monochromatic Colors of #A800CB
Black with #A800CB
Text Example
Text Example
White with #A800CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A800CB; }
p { color: rgb(168,0,203); }
H1.HeaderClassName
{
color: #A800CB;
}
.AnyTagClassName
{
color: #A800CB;
}
</style>
background-color css
<style>
a { background-color: #A800CB; }
a { background-color: rgb(168,0,203); }
div.DivClassName
{
background-color: #A800CB;
}
.BgClassName
{
background-color: #A800CB;
}
</style>
border-color css
<style>
span { border-color: #A800CB; }
span { border-color: rgb(168,0,203); }
td.TdClassName
{
border-color: #A800CB;
}
.TagClassName
{
border-color: #A800CB;
}
</style>