Shades of Dark Violet #A803E6
Tints of Dark Violet #A803E6
RGB
CMYK
RGB Variations
Color information
#A803E6 (or 0xA803E6) is known color: Dark Violet. HEX triplet: A8, 03 and E6. RGB value is (168,3,230). Sum of RGB (Red+Green+Blue) = 168+3+230=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 3 (1.56% from 255 or 0.75% from 401); Blue value is 230 (90.23% from 255 or 57.36% from 401); Max value from RGB is 230 - color contains mainly: blue. Hex color #A803E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A803E6 is #57FC19. Grayscale: #4D4D4D. Windows color (decimal): -5766170 or 15074216. OLE color: 15074216.
HSL color Cylindrical-coordinate representation of color #A803E6: hue angle of 283.61º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A803E6 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 3 | 230 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.10 |
| HSL | 283.61º | 0.97% | 0.46% | - |
| HSV(B) | 283.61º | 0.99% | 0.9% | - |
| XYZ | 30.46 | 14.1 | 75.98 | - |
| YUV | 78.21 | 213.66 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 3 | 230 | 0.27 | 0.99 | 0 | 0.10 | 283.61 | 0.97 | 0.46 |
| Hex | A8 | 3 | E6 | 1B | 63 | 0 | A | 11C | 61 | 2E |
| Octal | 250 | 3 | 346 | 33 | 143 | 0 | 12 | 434 | 141 | 56 |
| Binary | 10101000 | 11 | 11100110 | 11011 | 1100011 | 0 | 1010 | 100011100 | 1100001 | 101110 |
Color Harmonies of #A803E6
Complementary color
Monochromatic Colors of #A803E6
Black with #A803E6
Text Example
Text Example
White with #A803E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A803E6; }
p { color: rgb(168,3,230); }
H1.HeaderClassName
{
color: #A803E6;
}
.AnyTagClassName
{
color: #A803E6;
}
</style>
background-color css
<style>
a { background-color: #A803E6; }
a { background-color: rgb(168,3,230); }
div.DivClassName
{
background-color: #A803E6;
}
.BgClassName
{
background-color: #A803E6;
}
</style>
border-color css
<style>
span { border-color: #A803E6; }
span { border-color: rgb(168,3,230); }
td.TdClassName
{
border-color: #A803E6;
}
.TagClassName
{
border-color: #A803E6;
}
</style>