Shades of Dark Orchid #A92DB5
Tints of Dark Orchid #A92DB5
RGB
CMYK
RGB Variations
Color information
#A92DB5 (or 0xA92DB5) is known color: Dark Orchid. HEX triplet: A9, 2D and B5. RGB value is (169,45,181). Sum of RGB (Red+Green+Blue) = 169+45+181=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 181 - color contains mainly: blue. Hex color #A92DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92DB5 is #56D24A. Grayscale: #616161. Windows color (decimal): -5689931 or 11873705. OLE color: 11873705.
HSL color Cylindrical-coordinate representation of color #A92DB5: hue angle of 294.71º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A92DB5 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 45 | 181 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.29 |
| HSL | 294.71º | 0.6% | 0.44% | - |
| HSV(B) | 294.71º | 0.75% | 0.71% | - |
| XYZ | 25.64 | 13.65 | 45 | - |
| YUV | 97.58 | 175.08 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 45 | 181 | 0.07 | 0.75 | 0 | 0.29 | 294.71 | 0.6 | 0.44 |
| Hex | A9 | 2D | B5 | 7 | 4B | 0 | 1D | 127 | 3C | 2C |
| Octal | 251 | 55 | 265 | 7 | 113 | 0 | 35 | 447 | 74 | 54 |
| Binary | 10101001 | 101101 | 10110101 | 111 | 1001011 | 0 | 11101 | 100100111 | 111100 | 101100 |
Color Harmonies of #A92DB5
Complementary color
Monochromatic Colors of #A92DB5
Black with #A92DB5
Text Example
Text Example
White with #A92DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92DB5; }
p { color: rgb(169,45,181); }
H1.HeaderClassName
{
color: #A92DB5;
}
.AnyTagClassName
{
color: #A92DB5;
}
</style>
background-color css
<style>
a { background-color: #A92DB5; }
a { background-color: rgb(169,45,181); }
div.DivClassName
{
background-color: #A92DB5;
}
.BgClassName
{
background-color: #A92DB5;
}
</style>
border-color css
<style>
span { border-color: #A92DB5; }
span { border-color: rgb(169,45,181); }
td.TdClassName
{
border-color: #A92DB5;
}
.TagClassName
{
border-color: #A92DB5;
}
</style>