Shades of Dark Orchid #A72AB1
Tints of Dark Orchid #A72AB1
RGB
CMYK
RGB Variations
Color information
#A72AB1 (or 0xA72AB1) is known color: Dark Orchid. HEX triplet: A7, 2A and B1. RGB value is (167,42,177). Sum of RGB (Red+Green+Blue) = 167+42+177=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 42 (16.80% from 255 or 10.88% from 386); Blue value is 177 (69.53% from 255 or 45.85% from 386); Max value from RGB is 177 - color contains mainly: blue. Hex color #A72AB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72AB1 is #58D54E. Grayscale: #5E5E5E. Windows color (decimal): -5821775 or 11610791. OLE color: 11610791.
HSL color Cylindrical-coordinate representation of color #A72AB1: hue angle of 295.56º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A72AB1 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 42 | 177 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.31 |
| HSL | 295.56º | 0.62% | 0.43% | - |
| HSV(B) | 295.56º | 0.76% | 0.69% | - |
| XYZ | 24.7 | 13.05 | 42.81 | - |
| YUV | 94.77 | 174.41 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 42 | 177 | 0.06 | 0.76 | 0 | 0.31 | 295.56 | 0.62 | 0.43 |
| Hex | A7 | 2A | B1 | 6 | 4C | 0 | 1F | 128 | 3E | 2B |
| Octal | 247 | 52 | 261 | 6 | 114 | 0 | 37 | 450 | 76 | 53 |
| Binary | 10100111 | 101010 | 10110001 | 110 | 1001100 | 0 | 11111 | 100101000 | 111110 | 101011 |
Color Harmonies of #A72AB1
Complementary color
Monochromatic Colors of #A72AB1
Black with #A72AB1
Text Example
Text Example
White with #A72AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72AB1; }
p { color: rgb(167,42,177); }
H1.HeaderClassName
{
color: #A72AB1;
}
.AnyTagClassName
{
color: #A72AB1;
}
</style>
background-color css
<style>
a { background-color: #A72AB1; }
a { background-color: rgb(167,42,177); }
div.DivClassName
{
background-color: #A72AB1;
}
.BgClassName
{
background-color: #A72AB1;
}
</style>
border-color css
<style>
span { border-color: #A72AB1; }
span { border-color: rgb(167,42,177); }
td.TdClassName
{
border-color: #A72AB1;
}
.TagClassName
{
border-color: #A72AB1;
}
</style>