Shades of Dark Orchid #A72CCF
Tints of Dark Orchid #A72CCF
RGB
CMYK
RGB Variations
Color information
#A72CCF (or 0xA72CCF) is known color: Dark Orchid. HEX triplet: A7, 2C and CF. RGB value is (167,44,207). Sum of RGB (Red+Green+Blue) = 167+44+207=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 44 (17.58% from 255 or 10.53% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #A72CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72CCF is #58D330. Grayscale: #626262. Windows color (decimal): -5821233 or 13577383. OLE color: 13577383.
HSL color Cylindrical-coordinate representation of color #A72CCF: hue angle of 285.28º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A72CCF is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 44 | 207 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.19 |
| HSL | 285.28º | 0.65% | 0.49% | - |
| HSV(B) | 285.28º | 0.79% | 0.81% | - |
| XYZ | 28.1 | 14.52 | 60.35 | - |
| YUV | 99.36 | 188.75 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 44 | 207 | 0.19 | 0.79 | 0 | 0.19 | 285.28 | 0.65 | 0.49 |
| Hex | A7 | 2C | CF | 13 | 4F | 0 | 13 | 11D | 41 | 31 |
| Octal | 247 | 54 | 317 | 23 | 117 | 0 | 23 | 435 | 101 | 61 |
| Binary | 10100111 | 101100 | 11001111 | 10011 | 1001111 | 0 | 10011 | 100011101 | 1000001 | 110001 |
Color Harmonies of #A72CCF
Complementary color
Monochromatic Colors of #A72CCF
Black with #A72CCF
Text Example
Text Example
White with #A72CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72CCF; }
p { color: rgb(167,44,207); }
H1.HeaderClassName
{
color: #A72CCF;
}
.AnyTagClassName
{
color: #A72CCF;
}
</style>
background-color css
<style>
a { background-color: #A72CCF; }
a { background-color: rgb(167,44,207); }
div.DivClassName
{
background-color: #A72CCF;
}
.BgClassName
{
background-color: #A72CCF;
}
</style>
border-color css
<style>
span { border-color: #A72CCF; }
span { border-color: rgb(167,44,207); }
td.TdClassName
{
border-color: #A72CCF;
}
.TagClassName
{
border-color: #A72CCF;
}
</style>