Shades of Dark Violet #A006F2
Tints of Dark Violet #A006F2
RGB
CMYK
RGB Variations
Color information
#A006F2 (or 0xA006F2) is known color: Dark Violet. HEX triplet: A0, 06 and F2. RGB value is (160,6,242). Sum of RGB (Red+Green+Blue) = 160+6+242=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 242 (94.92% from 255 or 59.31% from 408); Max value from RGB is 242 - color contains mainly: blue. Hex color #A006F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A006F2 is #5FF90D. Grayscale: #4E4E4E. Windows color (decimal): -6289678 or 15861408. OLE color: 15861408.
HSL color Cylindrical-coordinate representation of color #A006F2: hue angle of 279.15º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A006F2 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 6 | 242 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.05 |
| HSL | 279.15º | 0.95% | 0.49% | - |
| HSV(B) | 279.15º | 0.98% | 0.95% | - |
| XYZ | 30.59 | 14.01 | 85.1 | - |
| YUV | 78.95 | 220.02 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 242 | 0.34 | 0.98 | 0 | 0.05 | 279.15 | 0.95 | 0.49 |
| Hex | A0 | 6 | F2 | 22 | 62 | 0 | 5 | 117 | 5F | 31 |
| Octal | 240 | 6 | 362 | 42 | 142 | 0 | 5 | 427 | 137 | 61 |
| Binary | 10100000 | 110 | 11110010 | 100010 | 1100010 | 0 | 101 | 100010111 | 1011111 | 110001 |
Color Harmonies of #A006F2
Complementary color
Monochromatic Colors of #A006F2
Black with #A006F2
Text Example
Text Example
White with #A006F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A006F2; }
p { color: rgb(160,6,242); }
H1.HeaderClassName
{
color: #A006F2;
}
.AnyTagClassName
{
color: #A006F2;
}
</style>
background-color css
<style>
a { background-color: #A006F2; }
a { background-color: rgb(160,6,242); }
div.DivClassName
{
background-color: #A006F2;
}
.BgClassName
{
background-color: #A006F2;
}
</style>
border-color css
<style>
span { border-color: #A006F2; }
span { border-color: rgb(160,6,242); }
td.TdClassName
{
border-color: #A006F2;
}
.TagClassName
{
border-color: #A006F2;
}
</style>