Shades of Dark Violet #A309EA
Tints of Dark Violet #A309EA
RGB
CMYK
RGB Variations
Color information
#A309EA (or 0xA309EA) is known color: Dark Violet. HEX triplet: A3, 09 and EA. RGB value is (163,9,234). Sum of RGB (Red+Green+Blue) = 163+9+234=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 9 (3.91% from 255 or 2.22% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #A309EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A309EA is #5CF615. Grayscale: #4F4F4F. Windows color (decimal): -6092310 or 15337891. OLE color: 15337891.
HSL color Cylindrical-coordinate representation of color #A309EA: hue angle of 281.07º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A309EA is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 9 | 234 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.08 |
| HSL | 281.07º | 0.93% | 0.48% | - |
| HSV(B) | 281.07º | 0.96% | 0.92% | - |
| XYZ | 30.05 | 13.92 | 78.95 | - |
| YUV | 80.7 | 214.52 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 9 | 234 | 0.30 | 0.96 | 0 | 0.08 | 281.07 | 0.93 | 0.48 |
| Hex | A3 | 9 | EA | 1E | 60 | 0 | 8 | 119 | 5D | 30 |
| Octal | 243 | 11 | 352 | 36 | 140 | 0 | 10 | 431 | 135 | 60 |
| Binary | 10100011 | 1001 | 11101010 | 11110 | 1100000 | 0 | 1000 | 100011001 | 1011101 | 110000 |
Color Harmonies of #A309EA
Complementary color
Monochromatic Colors of #A309EA
Black with #A309EA
Text Example
Text Example
White with #A309EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A309EA; }
p { color: rgb(163,9,234); }
H1.HeaderClassName
{
color: #A309EA;
}
.AnyTagClassName
{
color: #A309EA;
}
</style>
background-color css
<style>
a { background-color: #A309EA; }
a { background-color: rgb(163,9,234); }
div.DivClassName
{
background-color: #A309EA;
}
.BgClassName
{
background-color: #A309EA;
}
</style>
border-color css
<style>
span { border-color: #A309EA; }
span { border-color: rgb(163,9,234); }
td.TdClassName
{
border-color: #A309EA;
}
.TagClassName
{
border-color: #A309EA;
}
</style>