Shades of Dark Violet #A808E3
Tints of Dark Violet #A808E3
RGB
CMYK
RGB Variations
Color information
#A808E3 (or 0xA808E3) is known color: Dark Violet. HEX triplet: A8, 08 and E3. RGB value is (168,8,227). Sum of RGB (Red+Green+Blue) = 168+8+227=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 8 (3.52% from 255 or 1.99% from 403); Blue value is 227 (89.06% from 255 or 56.33% from 403); Max value from RGB is 227 - color contains mainly: blue. Hex color #A808E3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A808E3 is #57F71C. Grayscale: #505050. Windows color (decimal): -5764893 or 14878888. OLE color: 14878888.
HSL color Cylindrical-coordinate representation of color #A808E3: hue angle of 283.84º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A808E3 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 8 | 227 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.11 |
| HSL | 283.84º | 0.93% | 0.46% | - |
| HSV(B) | 283.84º | 0.96% | 0.89% | - |
| XYZ | 30.1 | 14.04 | 73.8 | - |
| YUV | 80.81 | 210.51 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 227 | 0.26 | 0.96 | 0 | 0.11 | 283.84 | 0.93 | 0.46 |
| Hex | A8 | 8 | E3 | 1A | 60 | 0 | B | 11C | 5D | 2E |
| Octal | 250 | 10 | 343 | 32 | 140 | 0 | 13 | 434 | 135 | 56 |
| Binary | 10101000 | 1000 | 11100011 | 11010 | 1100000 | 0 | 1011 | 100011100 | 1011101 | 101110 |
Color Harmonies of #A808E3
Complementary color
Monochromatic Colors of #A808E3
Black with #A808E3
Text Example
Text Example
White with #A808E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A808E3; }
p { color: rgb(168,8,227); }
H1.HeaderClassName
{
color: #A808E3;
}
.AnyTagClassName
{
color: #A808E3;
}
</style>
background-color css
<style>
a { background-color: #A808E3; }
a { background-color: rgb(168,8,227); }
div.DivClassName
{
background-color: #A808E3;
}
.BgClassName
{
background-color: #A808E3;
}
</style>
border-color css
<style>
span { border-color: #A808E3; }
span { border-color: rgb(168,8,227); }
td.TdClassName
{
border-color: #A808E3;
}
.TagClassName
{
border-color: #A808E3;
}
</style>