Shades of Dark Violet #A603EA
Tints of Dark Violet #A603EA
RGB
CMYK
RGB Variations
Color information
#A603EA (or 0xA603EA) is known color: Dark Violet. HEX triplet: A6, 03 and EA. RGB value is (166,3,234). Sum of RGB (Red+Green+Blue) = 166+3+234=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 3 (1.56% from 255 or 0.74% from 403); Blue value is 234 (91.80% from 255 or 58.06% from 403); Max value from RGB is 234 - color contains mainly: blue. Hex color #A603EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A603EA is #59FC15. Grayscale: #4D4D4D. Windows color (decimal): -5897238 or 15336358. OLE color: 15336358.
HSL color Cylindrical-coordinate representation of color #A603EA: hue angle of 282.34º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A603EA is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 3 | 234 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.08 |
| HSL | 282.34º | 0.97% | 0.46% | - |
| HSV(B) | 282.34º | 0.99% | 0.92% | - |
| XYZ | 30.61 | 14.11 | 78.95 | - |
| YUV | 78.07 | 216 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 234 | 0.29 | 0.99 | 0 | 0.08 | 282.34 | 0.97 | 0.46 |
| Hex | A6 | 3 | EA | 1D | 63 | 0 | 8 | 11A | 61 | 2E |
| Octal | 246 | 3 | 352 | 35 | 143 | 0 | 10 | 432 | 141 | 56 |
| Binary | 10100110 | 11 | 11101010 | 11101 | 1100011 | 0 | 1000 | 100011010 | 1100001 | 101110 |
Color Harmonies of #A603EA
Complementary color
Monochromatic Colors of #A603EA
Black with #A603EA
Text Example
Text Example
White with #A603EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A603EA; }
p { color: rgb(166,3,234); }
H1.HeaderClassName
{
color: #A603EA;
}
.AnyTagClassName
{
color: #A603EA;
}
</style>
background-color css
<style>
a { background-color: #A603EA; }
a { background-color: rgb(166,3,234); }
div.DivClassName
{
background-color: #A603EA;
}
.BgClassName
{
background-color: #A603EA;
}
</style>
border-color css
<style>
span { border-color: #A603EA; }
span { border-color: rgb(166,3,234); }
td.TdClassName
{
border-color: #A603EA;
}
.TagClassName
{
border-color: #A603EA;
}
</style>