Shades of Dark Violet #A309DE
Tints of Dark Violet #A309DE
RGB
CMYK
RGB Variations
Color information
#A309DE (or 0xA309DE) is known color: Dark Violet. HEX triplet: A3, 09 and DE. RGB value is (163,9,222). Sum of RGB (Red+Green+Blue) = 163+9+222=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 9 (3.91% from 255 or 2.28% from 394); Blue value is 222 (87.11% from 255 or 56.35% from 394); Max value from RGB is 222 - color contains mainly: blue. Hex color #A309DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A309DE is #5CF621. Grayscale: #4E4E4E. Windows color (decimal): -6092322 or 14551459. OLE color: 14551459.
HSL color Cylindrical-coordinate representation of color #A309DE: hue angle of 283.38º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A309DE is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 9 | 222 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.13 |
| HSL | 283.38º | 0.92% | 0.45% | - |
| HSV(B) | 283.38º | 0.96% | 0.87% | - |
| XYZ | 28.39 | 13.26 | 70.17 | - |
| YUV | 79.33 | 208.52 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 9 | 222 | 0.27 | 0.96 | 0 | 0.13 | 283.38 | 0.92 | 0.45 |
| Hex | A3 | 9 | DE | 1B | 60 | 0 | D | 11B | 5C | 2D |
| Octal | 243 | 11 | 336 | 33 | 140 | 0 | 15 | 433 | 134 | 55 |
| Binary | 10100011 | 1001 | 11011110 | 11011 | 1100000 | 0 | 1101 | 100011011 | 1011100 | 101101 |
Color Harmonies of #A309DE
Complementary color
Monochromatic Colors of #A309DE
Black with #A309DE
Text Example
Text Example
White with #A309DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A309DE; }
p { color: rgb(163,9,222); }
H1.HeaderClassName
{
color: #A309DE;
}
.AnyTagClassName
{
color: #A309DE;
}
</style>
background-color css
<style>
a { background-color: #A309DE; }
a { background-color: rgb(163,9,222); }
div.DivClassName
{
background-color: #A309DE;
}
.BgClassName
{
background-color: #A309DE;
}
</style>
border-color css
<style>
span { border-color: #A309DE; }
span { border-color: rgb(163,9,222); }
td.TdClassName
{
border-color: #A309DE;
}
.TagClassName
{
border-color: #A309DE;
}
</style>