Shades of Dark Violet #A309E0
Tints of Dark Violet #A309E0
RGB
CMYK
RGB Variations
Color information
#A309E0 (or 0xA309E0) is known color: Dark Violet. HEX triplet: A3, 09 and E0. RGB value is (163,9,224). Sum of RGB (Red+Green+Blue) = 163+9+224=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 9 (3.91% from 255 or 2.27% from 396); Blue value is 224 (87.89% from 255 or 56.57% from 396); Max value from RGB is 224 - color contains mainly: blue. Hex color #A309E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A309E0 is #5CF61F. Grayscale: #4E4E4E. Windows color (decimal): -6092320 or 14682531. OLE color: 14682531.
HSL color Cylindrical-coordinate representation of color #A309E0: hue angle of 282.98º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A309E0 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 9 | 224 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.12 |
| HSL | 282.98º | 0.92% | 0.46% | - |
| HSV(B) | 282.98º | 0.96% | 0.88% | - |
| XYZ | 28.66 | 13.36 | 71.59 | - |
| YUV | 79.56 | 209.52 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 9 | 224 | 0.27 | 0.96 | 0 | 0.12 | 282.98 | 0.92 | 0.46 |
| Hex | A3 | 9 | E0 | 1B | 60 | 0 | C | 11B | 5C | 2E |
| Octal | 243 | 11 | 340 | 33 | 140 | 0 | 14 | 433 | 134 | 56 |
| Binary | 10100011 | 1001 | 11100000 | 11011 | 1100000 | 0 | 1100 | 100011011 | 1011100 | 101110 |
Color Harmonies of #A309E0
Complementary color
Monochromatic Colors of #A309E0
Black with #A309E0
Text Example
Text Example
White with #A309E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A309E0; }
p { color: rgb(163,9,224); }
H1.HeaderClassName
{
color: #A309E0;
}
.AnyTagClassName
{
color: #A309E0;
}
</style>
background-color css
<style>
a { background-color: #A309E0; }
a { background-color: rgb(163,9,224); }
div.DivClassName
{
background-color: #A309E0;
}
.BgClassName
{
background-color: #A309E0;
}
</style>
border-color css
<style>
span { border-color: #A309E0; }
span { border-color: rgb(163,9,224); }
td.TdClassName
{
border-color: #A309E0;
}
.TagClassName
{
border-color: #A309E0;
}
</style>