Shades of Dark Orchid #A72ADF
Tints of Dark Orchid #A72ADF
RGB
CMYK
RGB Variations
Color information
#A72ADF (or 0xA72ADF) is known color: Dark Orchid. HEX triplet: A7, 2A and DF. RGB value is (167,42,223). Sum of RGB (Red+Green+Blue) = 167+42+223=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 42 (16.80% from 255 or 9.72% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #A72ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72ADF is #58D520. Grayscale: #636363. Windows color (decimal): -5821729 or 14625447. OLE color: 14625447.
HSL color Cylindrical-coordinate representation of color #A72ADF: hue angle of 281.44º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A72ADF is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 42 | 223 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.13 |
| HSL | 281.44º | 0.74% | 0.52% | - |
| HSV(B) | 281.44º | 0.81% | 0.87% | - |
| XYZ | 30.08 | 15.2 | 71.16 | - |
| YUV | 100.01 | 197.41 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 42 | 223 | 0.25 | 0.81 | 0 | 0.13 | 281.44 | 0.74 | 0.52 |
| Hex | A7 | 2A | DF | 19 | 51 | 0 | D | 119 | 4A | 34 |
| Octal | 247 | 52 | 337 | 31 | 121 | 0 | 15 | 431 | 112 | 64 |
| Binary | 10100111 | 101010 | 11011111 | 11001 | 1010001 | 0 | 1101 | 100011001 | 1001010 | 110100 |
Color Harmonies of #A72ADF
Complementary color
Monochromatic Colors of #A72ADF
Black with #A72ADF
Text Example
Text Example
White with #A72ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72ADF; }
p { color: rgb(167,42,223); }
H1.HeaderClassName
{
color: #A72ADF;
}
.AnyTagClassName
{
color: #A72ADF;
}
</style>
background-color css
<style>
a { background-color: #A72ADF; }
a { background-color: rgb(167,42,223); }
div.DivClassName
{
background-color: #A72ADF;
}
.BgClassName
{
background-color: #A72ADF;
}
</style>
border-color css
<style>
span { border-color: #A72ADF; }
span { border-color: rgb(167,42,223); }
td.TdClassName
{
border-color: #A72ADF;
}
.TagClassName
{
border-color: #A72ADF;
}
</style>