Shades of Dark Violet #A709E0
Tints of Dark Violet #A709E0
RGB
CMYK
RGB Variations
Color information
#A709E0 (or 0xA709E0) is known color: Dark Violet. HEX triplet: A7, 09 and E0. RGB value is (167,9,224). Sum of RGB (Red+Green+Blue) = 167+9+224=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 224 (87.89% from 255 or 56% from 400); Max value from RGB is 224 - color contains mainly: blue. Hex color #A709E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A709E0 is #58F61F. Grayscale: #505050. Windows color (decimal): -5830176 or 14682535. OLE color: 14682535.
HSL color Cylindrical-coordinate representation of color #A709E0: hue angle of 284.09º 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 #A709E0 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 9 | 224 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.12 |
| HSL | 284.09º | 0.92% | 0.46% | - |
| HSV(B) | 284.09º | 0.96% | 0.88% | - |
| XYZ | 29.49 | 13.79 | 71.63 | - |
| YUV | 80.75 | 208.85 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 9 | 224 | 0.25 | 0.96 | 0 | 0.12 | 284.09 | 0.92 | 0.46 |
| Hex | A7 | 9 | E0 | 19 | 60 | 0 | C | 11C | 5C | 2E |
| Octal | 247 | 11 | 340 | 31 | 140 | 0 | 14 | 434 | 134 | 56 |
| Binary | 10100111 | 1001 | 11100000 | 11001 | 1100000 | 0 | 1100 | 100011100 | 1011100 | 101110 |
Color Harmonies of #A709E0
Complementary color
Monochromatic Colors of #A709E0
Black with #A709E0
Text Example
Text Example
White with #A709E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A709E0; }
p { color: rgb(167,9,224); }
H1.HeaderClassName
{
color: #A709E0;
}
.AnyTagClassName
{
color: #A709E0;
}
</style>
background-color css
<style>
a { background-color: #A709E0; }
a { background-color: rgb(167,9,224); }
div.DivClassName
{
background-color: #A709E0;
}
.BgClassName
{
background-color: #A709E0;
}
</style>
border-color css
<style>
span { border-color: #A709E0; }
span { border-color: rgb(167,9,224); }
td.TdClassName
{
border-color: #A709E0;
}
.TagClassName
{
border-color: #A709E0;
}
</style>