Shades of Dark Orchid #A72EDC
Tints of Dark Orchid #A72EDC
RGB
CMYK
RGB Variations
Color information
#A72EDC (or 0xA72EDC) is known color: Dark Orchid. HEX triplet: A7, 2E and DC. RGB value is (167,46,220). Sum of RGB (Red+Green+Blue) = 167+46+220=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 46 (18.36% from 255 or 10.62% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #A72EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72EDC is #58D123. Grayscale: #656565. Windows color (decimal): -5820708 or 14429863. OLE color: 14429863.
HSL color Cylindrical-coordinate representation of color #A72EDC: hue angle of 281.72º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A72EDC is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 46 | 220 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.14 |
| HSL | 281.72º | 0.71% | 0.52% | - |
| HSV(B) | 281.72º | 0.79% | 0.86% | - |
| XYZ | 29.83 | 15.34 | 69.1 | - |
| YUV | 102.02 | 194.59 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 46 | 220 | 0.24 | 0.79 | 0 | 0.14 | 281.72 | 0.71 | 0.52 |
| Hex | A7 | 2E | DC | 18 | 4F | 0 | E | 11A | 47 | 34 |
| Octal | 247 | 56 | 334 | 30 | 117 | 0 | 16 | 432 | 107 | 64 |
| Binary | 10100111 | 101110 | 11011100 | 11000 | 1001111 | 0 | 1110 | 100011010 | 1000111 | 110100 |
Color Harmonies of #A72EDC
Complementary color
Monochromatic Colors of #A72EDC
Black with #A72EDC
Text Example
Text Example
White with #A72EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72EDC; }
p { color: rgb(167,46,220); }
H1.HeaderClassName
{
color: #A72EDC;
}
.AnyTagClassName
{
color: #A72EDC;
}
</style>
background-color css
<style>
a { background-color: #A72EDC; }
a { background-color: rgb(167,46,220); }
div.DivClassName
{
background-color: #A72EDC;
}
.BgClassName
{
background-color: #A72EDC;
}
</style>
border-color css
<style>
span { border-color: #A72EDC; }
span { border-color: rgb(167,46,220); }
td.TdClassName
{
border-color: #A72EDC;
}
.TagClassName
{
border-color: #A72EDC;
}
</style>