Shades of Dark Violet #A309CE
Tints of Dark Violet #A309CE
RGB
CMYK
RGB Variations
Color information
#A309CE (or 0xA309CE) is known color: Dark Violet. HEX triplet: A3, 09 and CE. RGB value is (163,9,206). Sum of RGB (Red+Green+Blue) = 163+9+206=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #A309CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A309CE is #5CF631. Grayscale: #4C4C4C. Windows color (decimal): -6092338 or 13502883. OLE color: 13502883.
HSL color Cylindrical-coordinate representation of color #A309CE: hue angle of 286.9º degrees, saturation: 0.92, 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 #A309CE is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 9 | 206 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.19 |
| HSL | 286.9º | 0.92% | 0.42% | - |
| HSV(B) | 286.9º | 0.96% | 0.81% | - |
| XYZ | 26.34 | 12.44 | 59.4 | - |
| YUV | 77.5 | 200.52 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 9 | 206 | 0.21 | 0.96 | 0 | 0.19 | 286.9 | 0.92 | 0.42 |
| Hex | A3 | 9 | CE | 15 | 60 | 0 | 13 | 11F | 5C | 2A |
| Octal | 243 | 11 | 316 | 25 | 140 | 0 | 23 | 437 | 134 | 52 |
| Binary | 10100011 | 1001 | 11001110 | 10101 | 1100000 | 0 | 10011 | 100011111 | 1011100 | 101010 |
Color Harmonies of #A309CE
Complementary color
Monochromatic Colors of #A309CE
Black with #A309CE
Text Example
Text Example
White with #A309CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A309CE; }
p { color: rgb(163,9,206); }
H1.HeaderClassName
{
color: #A309CE;
}
.AnyTagClassName
{
color: #A309CE;
}
</style>
background-color css
<style>
a { background-color: #A309CE; }
a { background-color: rgb(163,9,206); }
div.DivClassName
{
background-color: #A309CE;
}
.BgClassName
{
background-color: #A309CE;
}
</style>
border-color css
<style>
span { border-color: #A309CE; }
span { border-color: rgb(163,9,206); }
td.TdClassName
{
border-color: #A309CE;
}
.TagClassName
{
border-color: #A309CE;
}
</style>