Shades of Dark Orchid #A92ACE
Tints of Dark Orchid #A92ACE
RGB
CMYK
RGB Variations
Color information
#A92ACE (or 0xA92ACE) is known color: Dark Orchid. HEX triplet: A9, 2A and CE. RGB value is (169,42,206). Sum of RGB (Red+Green+Blue) = 169+42+206=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 42 (16.80% from 255 or 10.07% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #A92ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92ACE is #56D531. Grayscale: #626262. Windows color (decimal): -5690674 or 13511337. OLE color: 13511337.
HSL color Cylindrical-coordinate representation of color #A92ACE: hue angle of 286.46º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A92ACE is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 42 | 206 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.19 |
| HSL | 286.46º | 0.66% | 0.49% | - |
| HSV(B) | 286.46º | 0.8% | 0.81% | - |
| XYZ | 28.33 | 14.55 | 59.71 | - |
| YUV | 98.67 | 188.58 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 42 | 206 | 0.18 | 0.80 | 0 | 0.19 | 286.46 | 0.66 | 0.49 |
| Hex | A9 | 2A | CE | 12 | 50 | 0 | 13 | 11E | 42 | 31 |
| Octal | 251 | 52 | 316 | 22 | 120 | 0 | 23 | 436 | 102 | 61 |
| Binary | 10101001 | 101010 | 11001110 | 10010 | 1010000 | 0 | 10011 | 100011110 | 1000010 | 110001 |
Color Harmonies of #A92ACE
Complementary color
Monochromatic Colors of #A92ACE
Black with #A92ACE
Text Example
Text Example
White with #A92ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92ACE; }
p { color: rgb(169,42,206); }
H1.HeaderClassName
{
color: #A92ACE;
}
.AnyTagClassName
{
color: #A92ACE;
}
</style>
background-color css
<style>
a { background-color: #A92ACE; }
a { background-color: rgb(169,42,206); }
div.DivClassName
{
background-color: #A92ACE;
}
.BgClassName
{
background-color: #A92ACE;
}
</style>
border-color css
<style>
span { border-color: #A92ACE; }
span { border-color: rgb(169,42,206); }
td.TdClassName
{
border-color: #A92ACE;
}
.TagClassName
{
border-color: #A92ACE;
}
</style>