Shades of Dark Orchid #A92DB2
Tints of Dark Orchid #A92DB2
RGB
CMYK
RGB Variations
Color information
#A92DB2 (or 0xA92DB2) is known color: Dark Orchid. HEX triplet: A9, 2D and B2. RGB value is (169,45,178). Sum of RGB (Red+Green+Blue) = 169+45+178=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 45 (17.97% from 255 or 11.48% from 392); Blue value is 178 (69.92% from 255 or 45.41% from 392); Max value from RGB is 178 - color contains mainly: blue. Hex color #A92DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92DB2 is #56D24D. Grayscale: #606060. Windows color (decimal): -5689934 or 11677097. OLE color: 11677097.
HSL color Cylindrical-coordinate representation of color #A92DB2: hue angle of 295.94º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A92DB2 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 45 | 178 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.30 |
| HSL | 295.94º | 0.6% | 0.44% | - |
| HSV(B) | 295.94º | 0.75% | 0.7% | - |
| XYZ | 25.34 | 13.53 | 43.39 | - |
| YUV | 97.24 | 173.58 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 45 | 178 | 0.05 | 0.75 | 0 | 0.30 | 295.94 | 0.6 | 0.44 |
| Hex | A9 | 2D | B2 | 5 | 4B | 0 | 1E | 128 | 3C | 2C |
| Octal | 251 | 55 | 262 | 5 | 113 | 0 | 36 | 450 | 74 | 54 |
| Binary | 10101001 | 101101 | 10110010 | 101 | 1001011 | 0 | 11110 | 100101000 | 111100 | 101100 |
Color Harmonies of #A92DB2
Complementary color
Monochromatic Colors of #A92DB2
Black with #A92DB2
Text Example
Text Example
White with #A92DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92DB2; }
p { color: rgb(169,45,178); }
H1.HeaderClassName
{
color: #A92DB2;
}
.AnyTagClassName
{
color: #A92DB2;
}
</style>
background-color css
<style>
a { background-color: #A92DB2; }
a { background-color: rgb(169,45,178); }
div.DivClassName
{
background-color: #A92DB2;
}
.BgClassName
{
background-color: #A92DB2;
}
</style>
border-color css
<style>
span { border-color: #A92DB2; }
span { border-color: rgb(169,45,178); }
td.TdClassName
{
border-color: #A92DB2;
}
.TagClassName
{
border-color: #A92DB2;
}
</style>