Shades of Dark Orchid #A72ACF
Tints of Dark Orchid #A72ACF
RGB
CMYK
RGB Variations
Color information
#A72ACF (or 0xA72ACF) is known color: Dark Orchid. HEX triplet: A7, 2A and CF. RGB value is (167,42,207). Sum of RGB (Red+Green+Blue) = 167+42+207=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 42 (16.80% from 255 or 10.10% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #A72ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72ACF is #58D530. Grayscale: #616161. Windows color (decimal): -5821745 or 13576871. OLE color: 13576871.
HSL color Cylindrical-coordinate representation of color #A72ACF: hue angle of 285.45º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A72ACF is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 42 | 207 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.19 |
| HSL | 285.45º | 0.66% | 0.49% | - |
| HSV(B) | 285.45º | 0.8% | 0.81% | - |
| XYZ | 28.03 | 14.38 | 60.33 | - |
| YUV | 98.19 | 189.41 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 42 | 207 | 0.19 | 0.80 | 0 | 0.19 | 285.45 | 0.66 | 0.49 |
| Hex | A7 | 2A | CF | 13 | 50 | 0 | 13 | 11D | 42 | 31 |
| Octal | 247 | 52 | 317 | 23 | 120 | 0 | 23 | 435 | 102 | 61 |
| Binary | 10100111 | 101010 | 11001111 | 10011 | 1010000 | 0 | 10011 | 100011101 | 1000010 | 110001 |
Color Harmonies of #A72ACF
Complementary color
Monochromatic Colors of #A72ACF
Black with #A72ACF
Text Example
Text Example
White with #A72ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72ACF; }
p { color: rgb(167,42,207); }
H1.HeaderClassName
{
color: #A72ACF;
}
.AnyTagClassName
{
color: #A72ACF;
}
</style>
background-color css
<style>
a { background-color: #A72ACF; }
a { background-color: rgb(167,42,207); }
div.DivClassName
{
background-color: #A72ACF;
}
.BgClassName
{
background-color: #A72ACF;
}
</style>
border-color css
<style>
span { border-color: #A72ACF; }
span { border-color: rgb(167,42,207); }
td.TdClassName
{
border-color: #A72ACF;
}
.TagClassName
{
border-color: #A72ACF;
}
</style>