Shades of Dark Violet #A308E0
Tints of Dark Violet #A308E0
RGB
CMYK
RGB Variations
Color information
#A308E0 (or 0xA308E0) is known color: Dark Violet. HEX triplet: A3, 08 and E0. RGB value is (163,8,224). Sum of RGB (Red+Green+Blue) = 163+8+224=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 8 (3.52% from 255 or 2.03% from 395); Blue value is 224 (87.89% from 255 or 56.71% from 395); Max value from RGB is 224 - color contains mainly: blue. Hex color #A308E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A308E0 is #5CF71F. Grayscale: #4E4E4E. Windows color (decimal): -6092576 or 14682275. OLE color: 14682275.
HSL color Cylindrical-coordinate representation of color #A308E0: hue angle of 283.06º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A308E0 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 8 | 224 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.12 |
| HSL | 283.06º | 0.93% | 0.45% | - |
| HSV(B) | 283.06º | 0.96% | 0.88% | - |
| XYZ | 28.65 | 13.34 | 71.59 | - |
| YUV | 78.97 | 209.85 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 224 | 0.27 | 0.96 | 0 | 0.12 | 283.06 | 0.93 | 0.45 |
| Hex | A3 | 8 | E0 | 1B | 60 | 0 | C | 11B | 5D | 2D |
| Octal | 243 | 10 | 340 | 33 | 140 | 0 | 14 | 433 | 135 | 55 |
| Binary | 10100011 | 1000 | 11100000 | 11011 | 1100000 | 0 | 1100 | 100011011 | 1011101 | 101101 |
Color Harmonies of #A308E0
Complementary color
Monochromatic Colors of #A308E0
Black with #A308E0
Text Example
Text Example
White with #A308E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A308E0; }
p { color: rgb(163,8,224); }
H1.HeaderClassName
{
color: #A308E0;
}
.AnyTagClassName
{
color: #A308E0;
}
</style>
background-color css
<style>
a { background-color: #A308E0; }
a { background-color: rgb(163,8,224); }
div.DivClassName
{
background-color: #A308E0;
}
.BgClassName
{
background-color: #A308E0;
}
</style>
border-color css
<style>
span { border-color: #A308E0; }
span { border-color: rgb(163,8,224); }
td.TdClassName
{
border-color: #A308E0;
}
.TagClassName
{
border-color: #A308E0;
}
</style>