Shades of Dark Orchid #A92ABB
Tints of Dark Orchid #A92ABB
RGB
CMYK
RGB Variations
Color information
#A92ABB (or 0xA92ABB) is known color: Dark Orchid. HEX triplet: A9, 2A and BB. RGB value is (169,42,187). Sum of RGB (Red+Green+Blue) = 169+42+187=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 42 (16.80% from 255 or 10.55% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #A92ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92ABB is #56D544. Grayscale: #606060. Windows color (decimal): -5690693 or 12266153. OLE color: 12266153.
HSL color Cylindrical-coordinate representation of color #A92ABB: hue angle of 292.55º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A92ABB is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 42 | 187 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.27 |
| HSL | 292.55º | 0.63% | 0.45% | - |
| HSV(B) | 292.55º | 0.78% | 0.73% | - |
| XYZ | 26.16 | 13.68 | 48.28 | - |
| YUV | 96.5 | 179.08 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 42 | 187 | 0.10 | 0.78 | 0 | 0.27 | 292.55 | 0.63 | 0.45 |
| Hex | A9 | 2A | BB | A | 4E | 0 | 1B | 125 | 3F | 2D |
| Octal | 251 | 52 | 273 | 12 | 116 | 0 | 33 | 445 | 77 | 55 |
| Binary | 10101001 | 101010 | 10111011 | 1010 | 1001110 | 0 | 11011 | 100100101 | 111111 | 101101 |
Color Harmonies of #A92ABB
Complementary color
Monochromatic Colors of #A92ABB
Black with #A92ABB
Text Example
Text Example
White with #A92ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92ABB; }
p { color: rgb(169,42,187); }
H1.HeaderClassName
{
color: #A92ABB;
}
.AnyTagClassName
{
color: #A92ABB;
}
</style>
background-color css
<style>
a { background-color: #A92ABB; }
a { background-color: rgb(169,42,187); }
div.DivClassName
{
background-color: #A92ABB;
}
.BgClassName
{
background-color: #A92ABB;
}
</style>
border-color css
<style>
span { border-color: #A92ABB; }
span { border-color: rgb(169,42,187); }
td.TdClassName
{
border-color: #A92ABB;
}
.TagClassName
{
border-color: #A92ABB;
}
</style>