Shades of Dark Violet #A005F2
Tints of Dark Violet #A005F2
RGB
CMYK
RGB Variations
Color information
#A005F2 (or 0xA005F2) is known color: Dark Violet. HEX triplet: A0, 05 and F2. RGB value is (160,5,242). Sum of RGB (Red+Green+Blue) = 160+5+242=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 5 (2.34% from 255 or 1.23% from 407); Blue value is 242 (94.92% from 255 or 59.46% from 407); Max value from RGB is 242 - color contains mainly: blue. Hex color #A005F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A005F2 is #5FFA0D. Grayscale: #4D4D4D. Windows color (decimal): -6289934 or 15861152. OLE color: 15861152.
HSL color Cylindrical-coordinate representation of color #A005F2: hue angle of 279.24º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A005F2 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 5 | 242 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.05 |
| HSL | 279.24º | 0.96% | 0.48% | - |
| HSV(B) | 279.24º | 0.98% | 0.95% | - |
| XYZ | 30.58 | 13.99 | 85.09 | - |
| YUV | 78.36 | 220.35 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 242 | 0.34 | 0.98 | 0 | 0.05 | 279.24 | 0.96 | 0.48 |
| Hex | A0 | 5 | F2 | 22 | 62 | 0 | 5 | 117 | 60 | 30 |
| Octal | 240 | 5 | 362 | 42 | 142 | 0 | 5 | 427 | 140 | 60 |
| Binary | 10100000 | 101 | 11110010 | 100010 | 1100010 | 0 | 101 | 100010111 | 1100000 | 110000 |
Color Harmonies of #A005F2
Complementary color
Monochromatic Colors of #A005F2
Black with #A005F2
Text Example
Text Example
White with #A005F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005F2; }
p { color: rgb(160,5,242); }
H1.HeaderClassName
{
color: #A005F2;
}
.AnyTagClassName
{
color: #A005F2;
}
</style>
background-color css
<style>
a { background-color: #A005F2; }
a { background-color: rgb(160,5,242); }
div.DivClassName
{
background-color: #A005F2;
}
.BgClassName
{
background-color: #A005F2;
}
</style>
border-color css
<style>
span { border-color: #A005F2; }
span { border-color: rgb(160,5,242); }
td.TdClassName
{
border-color: #A005F2;
}
.TagClassName
{
border-color: #A005F2;
}
</style>