Shades of Dark Violet #A003F2
Tints of Dark Violet #A003F2
RGB
CMYK
RGB Variations
Color information
#A003F2 (or 0xA003F2) is known color: Dark Violet. HEX triplet: A0, 03 and F2. RGB value is (160,3,242). Sum of RGB (Red+Green+Blue) = 160+3+242=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 3 (1.56% from 255 or 0.74% from 405); Blue value is 242 (94.92% from 255 or 59.75% from 405); Max value from RGB is 242 - color contains mainly: blue. Hex color #A003F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A003F2 is #5FFC0D. Grayscale: #4C4C4C. Windows color (decimal): -6290446 or 15860640. OLE color: 15860640.
HSL color Cylindrical-coordinate representation of color #A003F2: hue angle of 279.41º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A003F2 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 3 | 242 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.05 |
| HSL | 279.41º | 0.98% | 0.48% | - |
| HSV(B) | 279.41º | 0.99% | 0.95% | - |
| XYZ | 30.56 | 13.95 | 85.09 | - |
| YUV | 77.19 | 221.01 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 242 | 0.34 | 0.99 | 0 | 0.05 | 279.41 | 0.98 | 0.48 |
| Hex | A0 | 3 | F2 | 22 | 63 | 0 | 5 | 117 | 62 | 30 |
| Octal | 240 | 3 | 362 | 42 | 143 | 0 | 5 | 427 | 142 | 60 |
| Binary | 10100000 | 11 | 11110010 | 100010 | 1100011 | 0 | 101 | 100010111 | 1100010 | 110000 |
Color Harmonies of #A003F2
Complementary color
Monochromatic Colors of #A003F2
Black with #A003F2
Text Example
Text Example
White with #A003F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A003F2; }
p { color: rgb(160,3,242); }
H1.HeaderClassName
{
color: #A003F2;
}
.AnyTagClassName
{
color: #A003F2;
}
</style>
background-color css
<style>
a { background-color: #A003F2; }
a { background-color: rgb(160,3,242); }
div.DivClassName
{
background-color: #A003F2;
}
.BgClassName
{
background-color: #A003F2;
}
</style>
border-color css
<style>
span { border-color: #A003F2; }
span { border-color: rgb(160,3,242); }
td.TdClassName
{
border-color: #A003F2;
}
.TagClassName
{
border-color: #A003F2;
}
</style>