Shades of Dark Orchid #A92BA7
Tints of Dark Orchid #A92BA7
RGB
CMYK
RGB Variations
Color information
#A92BA7 (or 0xA92BA7) is known color: Dark Orchid. HEX triplet: A9, 2B and A7. RGB value is (169,43,167). Sum of RGB (Red+Green+Blue) = 169+43+167=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A92BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92BA7 is #56D458. Grayscale: #5E5E5E. Windows color (decimal): -5690457 or 10955689. OLE color: 10955689.
HSL color Cylindrical-coordinate representation of color #A92BA7: hue angle of 300.95º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A92BA7 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 43 | 167 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.34 |
| HSL | 300.95º | 0.59% | 0.42% | - |
| HSV(B) | 300.95º | 0.75% | 0.66% | - |
| XYZ | 24.2 | 12.95 | 37.78 | - |
| YUV | 94.81 | 168.74 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 43 | 167 | 0 | 0.75 | 0.01 | 0.34 | 300.95 | 0.59 | 0.42 |
| Hex | A9 | 2B | A7 | 0 | 4B | 1 | 22 | 12D | 3B | 2A |
| Octal | 251 | 53 | 247 | 0 | 113 | 1 | 42 | 455 | 73 | 52 |
| Binary | 10101001 | 101011 | 10100111 | 0 | 1001011 | 1 | 100010 | 100101101 | 111011 | 101010 |
Color Harmonies of #A92BA7
Complementary color
Monochromatic Colors of #A92BA7
Black with #A92BA7
Text Example
Text Example
White with #A92BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92BA7; }
p { color: rgb(169,43,167); }
H1.HeaderClassName
{
color: #A92BA7;
}
.AnyTagClassName
{
color: #A92BA7;
}
</style>
background-color css
<style>
a { background-color: #A92BA7; }
a { background-color: rgb(169,43,167); }
div.DivClassName
{
background-color: #A92BA7;
}
.BgClassName
{
background-color: #A92BA7;
}
</style>
border-color css
<style>
span { border-color: #A92BA7; }
span { border-color: rgb(169,43,167); }
td.TdClassName
{
border-color: #A92BA7;
}
.TagClassName
{
border-color: #A92BA7;
}
</style>