Shades of Dark Violet #A800C2
Tints of Dark Violet #A800C2
RGB
CMYK
RGB Variations
Color information
#A800C2 (or 0xA800C2) is known color: Dark Violet. HEX triplet: A8, 00 and C2. RGB value is (168,0,194). Sum of RGB (Red+Green+Blue) = 168+0+194=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 194 (76.17% from 255 or 53.59% from 362); Max value from RGB is 194 - color contains mainly: blue. Hex color #A800C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A800C2 is #57FF3D. Grayscale: #474747. Windows color (decimal): -5766974 or 12714152. OLE color: 12714152.
HSL color Cylindrical-coordinate representation of color #A800C2: hue angle of 291.96º 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 #A800C2 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 0 | 194 | - |
| CMYK | 0.13 | 1 | 0 | 0.24 |
| HSL | 291.96º | 1% | 0.38% | - |
| HSV(B) | 291.96º | 1% | 0.76% | - |
| XYZ | 25.89 | 12.22 | 52.03 | - |
| YUV | 72.35 | 196.66 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 194 | 0.13 | 1 | 0 | 0.24 | 291.96 | 1 | 0.38 |
| Hex | A8 | 0 | C2 | D | 64 | 0 | 18 | 124 | 64 | 26 |
| Octal | 250 | 0 | 302 | 15 | 144 | 0 | 30 | 444 | 144 | 46 |
| Binary | 10101000 | 0 | 11000010 | 1101 | 1100100 | 0 | 11000 | 100100100 | 1100100 | 100110 |
Color Harmonies of #A800C2
Complementary color
Monochromatic Colors of #A800C2
Black with #A800C2
Text Example
Text Example
White with #A800C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A800C2; }
p { color: rgb(168,0,194); }
H1.HeaderClassName
{
color: #A800C2;
}
.AnyTagClassName
{
color: #A800C2;
}
</style>
background-color css
<style>
a { background-color: #A800C2; }
a { background-color: rgb(168,0,194); }
div.DivClassName
{
background-color: #A800C2;
}
.BgClassName
{
background-color: #A800C2;
}
</style>
border-color css
<style>
span { border-color: #A800C2; }
span { border-color: rgb(168,0,194); }
td.TdClassName
{
border-color: #A800C2;
}
.TagClassName
{
border-color: #A800C2;
}
</style>