Shades of Dark Orchid #A92BDC
Tints of Dark Orchid #A92BDC
RGB
CMYK
RGB Variations
Color information
#A92BDC (or 0xA92BDC) is known color: Dark Orchid. HEX triplet: A9, 2B and DC. RGB value is (169,43,220). Sum of RGB (Red+Green+Blue) = 169+43+220=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 43 (17.19% from 255 or 9.95% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #A92BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92BDC is #56D423. Grayscale: #646464. Windows color (decimal): -5690404 or 14429097. OLE color: 14429097.
HSL color Cylindrical-coordinate representation of color #A92BDC: hue angle of 282.71º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A92BDC is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 43 | 220 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.14 |
| HSL | 282.71º | 0.72% | 0.52% | - |
| HSV(B) | 282.71º | 0.8% | 0.86% | - |
| XYZ | 30.14 | 15.33 | 69.08 | - |
| YUV | 100.85 | 195.24 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 43 | 220 | 0.23 | 0.80 | 0 | 0.14 | 282.71 | 0.72 | 0.52 |
| Hex | A9 | 2B | DC | 17 | 50 | 0 | E | 11B | 48 | 34 |
| Octal | 251 | 53 | 334 | 27 | 120 | 0 | 16 | 433 | 110 | 64 |
| Binary | 10101001 | 101011 | 11011100 | 10111 | 1010000 | 0 | 1110 | 100011011 | 1001000 | 110100 |
Color Harmonies of #A92BDC
Complementary color
Monochromatic Colors of #A92BDC
Black with #A92BDC
Text Example
Text Example
White with #A92BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92BDC; }
p { color: rgb(169,43,220); }
H1.HeaderClassName
{
color: #A92BDC;
}
.AnyTagClassName
{
color: #A92BDC;
}
</style>
background-color css
<style>
a { background-color: #A92BDC; }
a { background-color: rgb(169,43,220); }
div.DivClassName
{
background-color: #A92BDC;
}
.BgClassName
{
background-color: #A92BDC;
}
</style>
border-color css
<style>
span { border-color: #A92BDC; }
span { border-color: rgb(169,43,220); }
td.TdClassName
{
border-color: #A92BDC;
}
.TagClassName
{
border-color: #A92BDC;
}
</style>