Shades of Dark Orchid #A72AAB
Tints of Dark Orchid #A72AAB
RGB
CMYK
RGB Variations
Color information
#A72AAB (or 0xA72AAB) is known color: Dark Orchid. HEX triplet: A7, 2A and AB. RGB value is (167,42,171). Sum of RGB (Red+Green+Blue) = 167+42+171=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 42 (16.80% from 255 or 11.05% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #A72AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72AAB is #58D554. Grayscale: #5D5D5D. Windows color (decimal): -5821781 or 11217575. OLE color: 11217575.
HSL color Cylindrical-coordinate representation of color #A72AAB: hue angle of 298.14º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A72AAB is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 42 | 171 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.33 |
| HSL | 298.14º | 0.61% | 0.42% | - |
| HSV(B) | 298.14º | 0.75% | 0.67% | - |
| XYZ | 24.12 | 12.81 | 39.73 | - |
| YUV | 94.08 | 171.41 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 42 | 171 | 0.02 | 0.75 | 0 | 0.33 | 298.14 | 0.61 | 0.42 |
| Hex | A7 | 2A | AB | 2 | 4B | 0 | 21 | 12A | 3D | 2A |
| Octal | 247 | 52 | 253 | 2 | 113 | 0 | 41 | 452 | 75 | 52 |
| Binary | 10100111 | 101010 | 10101011 | 10 | 1001011 | 0 | 100001 | 100101010 | 111101 | 101010 |
Color Harmonies of #A72AAB
Complementary color
Monochromatic Colors of #A72AAB
Black with #A72AAB
Text Example
Text Example
White with #A72AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72AAB; }
p { color: rgb(167,42,171); }
H1.HeaderClassName
{
color: #A72AAB;
}
.AnyTagClassName
{
color: #A72AAB;
}
</style>
background-color css
<style>
a { background-color: #A72AAB; }
a { background-color: rgb(167,42,171); }
div.DivClassName
{
background-color: #A72AAB;
}
.BgClassName
{
background-color: #A72AAB;
}
</style>
border-color css
<style>
span { border-color: #A72AAB; }
span { border-color: rgb(167,42,171); }
td.TdClassName
{
border-color: #A72AAB;
}
.TagClassName
{
border-color: #A72AAB;
}
</style>