Shades of Dark Orchid #A92DB1
Tints of Dark Orchid #A92DB1
RGB
CMYK
RGB Variations
Color information
#A92DB1 (or 0xA92DB1) is known color: Dark Orchid. HEX triplet: A9, 2D and B1. RGB value is (169,45,177). Sum of RGB (Red+Green+Blue) = 169+45+177=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 177 - color contains mainly: blue. Hex color #A92DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92DB1 is #56D24E. Grayscale: #606060. Windows color (decimal): -5689935 or 11611561. OLE color: 11611561.
HSL color Cylindrical-coordinate representation of color #A92DB1: hue angle of 296.36º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A92DB1 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 45 | 177 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.31 |
| HSL | 296.36º | 0.59% | 0.44% | - |
| HSV(B) | 296.36º | 0.75% | 0.69% | - |
| XYZ | 25.24 | 13.49 | 42.87 | - |
| YUV | 97.12 | 173.08 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 45 | 177 | 0.05 | 0.75 | 0 | 0.31 | 296.36 | 0.59 | 0.44 |
| Hex | A9 | 2D | B1 | 5 | 4B | 0 | 1F | 128 | 3B | 2C |
| Octal | 251 | 55 | 261 | 5 | 113 | 0 | 37 | 450 | 73 | 54 |
| Binary | 10101001 | 101101 | 10110001 | 101 | 1001011 | 0 | 11111 | 100101000 | 111011 | 101100 |
Color Harmonies of #A92DB1
Complementary color
Monochromatic Colors of #A92DB1
Black with #A92DB1
Text Example
Text Example
White with #A92DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92DB1; }
p { color: rgb(169,45,177); }
H1.HeaderClassName
{
color: #A92DB1;
}
.AnyTagClassName
{
color: #A92DB1;
}
</style>
background-color css
<style>
a { background-color: #A92DB1; }
a { background-color: rgb(169,45,177); }
div.DivClassName
{
background-color: #A92DB1;
}
.BgClassName
{
background-color: #A92DB1;
}
</style>
border-color css
<style>
span { border-color: #A92DB1; }
span { border-color: rgb(169,45,177); }
td.TdClassName
{
border-color: #A92DB1;
}
.TagClassName
{
border-color: #A92DB1;
}
</style>