Shades of Dark Orchid #A72ABC
Tints of Dark Orchid #A72ABC
RGB
CMYK
RGB Variations
Color information
#A72ABC (or 0xA72ABC) is known color: Dark Orchid. HEX triplet: A7, 2A and BC. RGB value is (167,42,188). Sum of RGB (Red+Green+Blue) = 167+42+188=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #A72ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72ABC is #58D543. Grayscale: #5F5F5F. Windows color (decimal): -5821764 or 12331687. OLE color: 12331687.
HSL color Cylindrical-coordinate representation of color #A72ABC: hue angle of 291.37º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A72ABC is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 42 | 188 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.26 |
| HSL | 291.37º | 0.63% | 0.45% | - |
| HSV(B) | 291.37º | 0.78% | 0.74% | - |
| XYZ | 25.84 | 13.5 | 48.82 | - |
| YUV | 96.02 | 179.91 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 42 | 188 | 0.11 | 0.78 | 0 | 0.26 | 291.37 | 0.63 | 0.45 |
| Hex | A7 | 2A | BC | B | 4E | 0 | 1A | 123 | 3F | 2D |
| Octal | 247 | 52 | 274 | 13 | 116 | 0 | 32 | 443 | 77 | 55 |
| Binary | 10100111 | 101010 | 10111100 | 1011 | 1001110 | 0 | 11010 | 100100011 | 111111 | 101101 |
Color Harmonies of #A72ABC
Complementary color
Monochromatic Colors of #A72ABC
Black with #A72ABC
Text Example
Text Example
White with #A72ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72ABC; }
p { color: rgb(167,42,188); }
H1.HeaderClassName
{
color: #A72ABC;
}
.AnyTagClassName
{
color: #A72ABC;
}
</style>
background-color css
<style>
a { background-color: #A72ABC; }
a { background-color: rgb(167,42,188); }
div.DivClassName
{
background-color: #A72ABC;
}
.BgClassName
{
background-color: #A72ABC;
}
</style>
border-color css
<style>
span { border-color: #A72ABC; }
span { border-color: rgb(167,42,188); }
td.TdClassName
{
border-color: #A72ABC;
}
.TagClassName
{
border-color: #A72ABC;
}
</style>