Shades of Dark Violet #A008F2
Tints of Dark Violet #A008F2
RGB
CMYK
RGB Variations
Color information
#A008F2 (or 0xA008F2) is known color: Dark Violet. HEX triplet: A0, 08 and F2. RGB value is (160,8,242). Sum of RGB (Red+Green+Blue) = 160+8+242=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 8 (3.52% from 255 or 1.95% from 410); Blue value is 242 (94.92% from 255 or 59.02% from 410); Max value from RGB is 242 - color contains mainly: blue. Hex color #A008F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A008F2 is #5FF70D. Grayscale: #4F4F4F. Windows color (decimal): -6289166 or 15861920. OLE color: 15861920.
HSL color Cylindrical-coordinate representation of color #A008F2: hue angle of 278.97º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A008F2 is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 8 | 242 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.05 |
| HSL | 278.97º | 0.94% | 0.49% | - |
| HSV(B) | 278.97º | 0.97% | 0.95% | - |
| XYZ | 30.61 | 14.06 | 85.1 | - |
| YUV | 80.12 | 219.36 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 242 | 0.34 | 0.97 | 0 | 0.05 | 278.97 | 0.94 | 0.49 |
| Hex | A0 | 8 | F2 | 22 | 61 | 0 | 5 | 117 | 5E | 31 |
| Octal | 240 | 10 | 362 | 42 | 141 | 0 | 5 | 427 | 136 | 61 |
| Binary | 10100000 | 1000 | 11110010 | 100010 | 1100001 | 0 | 101 | 100010111 | 1011110 | 110001 |
Color Harmonies of #A008F2
Complementary color
Monochromatic Colors of #A008F2
Black with #A008F2
Text Example
Text Example
White with #A008F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A008F2; }
p { color: rgb(160,8,242); }
H1.HeaderClassName
{
color: #A008F2;
}
.AnyTagClassName
{
color: #A008F2;
}
</style>
background-color css
<style>
a { background-color: #A008F2; }
a { background-color: rgb(160,8,242); }
div.DivClassName
{
background-color: #A008F2;
}
.BgClassName
{
background-color: #A008F2;
}
</style>
border-color css
<style>
span { border-color: #A008F2; }
span { border-color: rgb(160,8,242); }
td.TdClassName
{
border-color: #A008F2;
}
.TagClassName
{
border-color: #A008F2;
}
</style>