Shades of Dark Violet #A308EF
Tints of Dark Violet #A308EF
RGB
CMYK
RGB Variations
Color information
#A308EF (or 0xA308EF) is known color: Dark Violet. HEX triplet: A3, 08 and EF. RGB value is (163,8,239). Sum of RGB (Red+Green+Blue) = 163+8+239=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 8 (3.52% from 255 or 1.95% from 410); Blue value is 239 (93.75% from 255 or 58.29% from 410); Max value from RGB is 239 - color contains mainly: blue. Hex color #A308EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A308EF is #5CF710. Grayscale: #4F4F4F. Windows color (decimal): -6092561 or 15665315. OLE color: 15665315.
HSL color Cylindrical-coordinate representation of color #A308EF: hue angle of 280.26º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A308EF is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 8 | 239 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.06 |
| HSL | 280.26º | 0.94% | 0.48% | - |
| HSV(B) | 280.26º | 0.97% | 0.94% | - |
| XYZ | 30.77 | 14.19 | 82.78 | - |
| YUV | 80.68 | 217.35 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 239 | 0.32 | 0.97 | 0 | 0.06 | 280.26 | 0.94 | 0.48 |
| Hex | A3 | 8 | EF | 20 | 61 | 0 | 6 | 118 | 5E | 30 |
| Octal | 243 | 10 | 357 | 40 | 141 | 0 | 6 | 430 | 136 | 60 |
| Binary | 10100011 | 1000 | 11101111 | 100000 | 1100001 | 0 | 110 | 100011000 | 1011110 | 110000 |
Color Harmonies of #A308EF
Complementary color
Monochromatic Colors of #A308EF
Black with #A308EF
Text Example
Text Example
White with #A308EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A308EF; }
p { color: rgb(163,8,239); }
H1.HeaderClassName
{
color: #A308EF;
}
.AnyTagClassName
{
color: #A308EF;
}
</style>
background-color css
<style>
a { background-color: #A308EF; }
a { background-color: rgb(163,8,239); }
div.DivClassName
{
background-color: #A308EF;
}
.BgClassName
{
background-color: #A308EF;
}
</style>
border-color css
<style>
span { border-color: #A308EF; }
span { border-color: rgb(163,8,239); }
td.TdClassName
{
border-color: #A308EF;
}
.TagClassName
{
border-color: #A308EF;
}
</style>