Shades of Dark Orchid #A72BB5
Tints of Dark Orchid #A72BB5
RGB
CMYK
RGB Variations
Color information
#A72BB5 (or 0xA72BB5) is known color: Dark Orchid. HEX triplet: A7, 2B and B5. RGB value is (167,43,181). Sum of RGB (Red+Green+Blue) = 167+43+181=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 181 (71.09% from 255 or 46.29% from 391); Max value from RGB is 181 - color contains mainly: blue. Hex color #A72BB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72BB5 is #58D44A. Grayscale: #5F5F5F. Windows color (decimal): -5821515 or 11873191. OLE color: 11873191.
HSL color Cylindrical-coordinate representation of color #A72BB5: hue angle of 293.91º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A72BB5 is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 43 | 181 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.29 |
| HSL | 293.91º | 0.62% | 0.44% | - |
| HSV(B) | 293.91º | 0.76% | 0.71% | - |
| XYZ | 25.14 | 13.28 | 44.95 | - |
| YUV | 95.81 | 176.08 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 43 | 181 | 0.08 | 0.76 | 0 | 0.29 | 293.91 | 0.62 | 0.44 |
| Hex | A7 | 2B | B5 | 8 | 4C | 0 | 1D | 126 | 3E | 2C |
| Octal | 247 | 53 | 265 | 10 | 114 | 0 | 35 | 446 | 76 | 54 |
| Binary | 10100111 | 101011 | 10110101 | 1000 | 1001100 | 0 | 11101 | 100100110 | 111110 | 101100 |
Color Harmonies of #A72BB5
Complementary color
Monochromatic Colors of #A72BB5
Black with #A72BB5
Text Example
Text Example
White with #A72BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72BB5; }
p { color: rgb(167,43,181); }
H1.HeaderClassName
{
color: #A72BB5;
}
.AnyTagClassName
{
color: #A72BB5;
}
</style>
background-color css
<style>
a { background-color: #A72BB5; }
a { background-color: rgb(167,43,181); }
div.DivClassName
{
background-color: #A72BB5;
}
.BgClassName
{
background-color: #A72BB5;
}
</style>
border-color css
<style>
span { border-color: #A72BB5; }
span { border-color: rgb(167,43,181); }
td.TdClassName
{
border-color: #A72BB5;
}
.TagClassName
{
border-color: #A72BB5;
}
</style>