Shades of Dark Violet #A008C2
Tints of Dark Violet #A008C2
RGB
CMYK
RGB Variations
Color information
#A008C2 (or 0xA008C2) is known color: Dark Violet. HEX triplet: A0, 08 and C2. RGB value is (160,8,194). Sum of RGB (Red+Green+Blue) = 160+8+194=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 8 (3.52% from 255 or 2.21% 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 #A008C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A008C2 is #5FF73D. Grayscale: #4A4A4A. Windows color (decimal): -6289214 or 12716192. OLE color: 12716192.
HSL color Cylindrical-coordinate representation of color #A008C2: hue angle of 289.03º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A008C2 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 8 | 194 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.24 |
| HSL | 289.03º | 0.92% | 0.4% | - |
| HSV(B) | 289.03º | 0.96% | 0.76% | - |
| XYZ | 24.32 | 11.54 | 51.98 | - |
| YUV | 74.65 | 195.36 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 194 | 0.18 | 0.96 | 0 | 0.24 | 289.03 | 0.92 | 0.4 |
| Hex | A0 | 8 | C2 | 12 | 60 | 0 | 18 | 121 | 5C | 28 |
| Octal | 240 | 10 | 302 | 22 | 140 | 0 | 30 | 441 | 134 | 50 |
| Binary | 10100000 | 1000 | 11000010 | 10010 | 1100000 | 0 | 11000 | 100100001 | 1011100 | 101000 |
Color Harmonies of #A008C2
Complementary color
Monochromatic Colors of #A008C2
Black with #A008C2
Text Example
Text Example
White with #A008C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A008C2; }
p { color: rgb(160,8,194); }
H1.HeaderClassName
{
color: #A008C2;
}
.AnyTagClassName
{
color: #A008C2;
}
</style>
background-color css
<style>
a { background-color: #A008C2; }
a { background-color: rgb(160,8,194); }
div.DivClassName
{
background-color: #A008C2;
}
.BgClassName
{
background-color: #A008C2;
}
</style>
border-color css
<style>
span { border-color: #A008C2; }
span { border-color: rgb(160,8,194); }
td.TdClassName
{
border-color: #A008C2;
}
.TagClassName
{
border-color: #A008C2;
}
</style>