Shades of Dark Violet #A308CE
Tints of Dark Violet #A308CE
RGB
CMYK
RGB Variations
Color information
#A308CE (or 0xA308CE) is known color: Dark Violet. HEX triplet: A3, 08 and CE. RGB value is (163,8,206). Sum of RGB (Red+Green+Blue) = 163+8+206=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #A308CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A308CE is #5CF731. Grayscale: #4C4C4C. Windows color (decimal): -6092594 or 13502627. OLE color: 13502627.
HSL color Cylindrical-coordinate representation of color #A308CE: hue angle of 286.97º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A308CE is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 8 | 206 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.19 |
| HSL | 286.97º | 0.93% | 0.42% | - |
| HSV(B) | 286.97º | 0.96% | 0.81% | - |
| XYZ | 26.33 | 12.42 | 59.4 | - |
| YUV | 76.92 | 200.85 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 206 | 0.21 | 0.96 | 0 | 0.19 | 286.97 | 0.93 | 0.42 |
| Hex | A3 | 8 | CE | 15 | 60 | 0 | 13 | 11F | 5D | 2A |
| Octal | 243 | 10 | 316 | 25 | 140 | 0 | 23 | 437 | 135 | 52 |
| Binary | 10100011 | 1000 | 11001110 | 10101 | 1100000 | 0 | 10011 | 100011111 | 1011101 | 101010 |
Color Harmonies of #A308CE
Complementary color
Monochromatic Colors of #A308CE
Black with #A308CE
Text Example
Text Example
White with #A308CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A308CE; }
p { color: rgb(163,8,206); }
H1.HeaderClassName
{
color: #A308CE;
}
.AnyTagClassName
{
color: #A308CE;
}
</style>
background-color css
<style>
a { background-color: #A308CE; }
a { background-color: rgb(163,8,206); }
div.DivClassName
{
background-color: #A308CE;
}
.BgClassName
{
background-color: #A308CE;
}
</style>
border-color css
<style>
span { border-color: #A308CE; }
span { border-color: rgb(163,8,206); }
td.TdClassName
{
border-color: #A308CE;
}
.TagClassName
{
border-color: #A308CE;
}
</style>