Shades of Dark Orchid #A92ACD
Tints of Dark Orchid #A92ACD
RGB
CMYK
RGB Variations
Color information
#A92ACD (or 0xA92ACD) is known color: Dark Orchid. HEX triplet: A9, 2A and CD. RGB value is (169,42,205). Sum of RGB (Red+Green+Blue) = 169+42+205=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 42 (16.80% from 255 or 10.10% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #A92ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92ACD is #56D532. Grayscale: #626262. Windows color (decimal): -5690675 or 13445801. OLE color: 13445801.
HSL color Cylindrical-coordinate representation of color #A92ACD: hue angle of 286.75º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A92ACD is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 42 | 205 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.20 |
| HSL | 286.75º | 0.66% | 0.48% | - |
| HSV(B) | 286.75º | 0.8% | 0.8% | - |
| XYZ | 28.21 | 14.5 | 59.07 | - |
| YUV | 98.56 | 188.08 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 42 | 205 | 0.18 | 0.80 | 0 | 0.20 | 286.75 | 0.66 | 0.48 |
| Hex | A9 | 2A | CD | 12 | 50 | 0 | 14 | 11F | 42 | 30 |
| Octal | 251 | 52 | 315 | 22 | 120 | 0 | 24 | 437 | 102 | 60 |
| Binary | 10101001 | 101010 | 11001101 | 10010 | 1010000 | 0 | 10100 | 100011111 | 1000010 | 110000 |
Color Harmonies of #A92ACD
Complementary color
Monochromatic Colors of #A92ACD
Black with #A92ACD
Text Example
Text Example
White with #A92ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92ACD; }
p { color: rgb(169,42,205); }
H1.HeaderClassName
{
color: #A92ACD;
}
.AnyTagClassName
{
color: #A92ACD;
}
</style>
background-color css
<style>
a { background-color: #A92ACD; }
a { background-color: rgb(169,42,205); }
div.DivClassName
{
background-color: #A92ACD;
}
.BgClassName
{
background-color: #A92ACD;
}
</style>
border-color css
<style>
span { border-color: #A92ACD; }
span { border-color: rgb(169,42,205); }
td.TdClassName
{
border-color: #A92ACD;
}
.TagClassName
{
border-color: #A92ACD;
}
</style>