Shades of Dark Orchid #A92CCE
Tints of Dark Orchid #A92CCE
RGB
CMYK
RGB Variations
Color information
#A92CCE (or 0xA92CCE) is known color: Dark Orchid. HEX triplet: A9, 2C and CE. RGB value is (169,44,206). Sum of RGB (Red+Green+Blue) = 169+44+206=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 44 (17.58% from 255 or 10.50% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #A92CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92CCE is #56D331. Grayscale: #636363. Windows color (decimal): -5690162 or 13511849. OLE color: 13511849.
HSL color Cylindrical-coordinate representation of color #A92CCE: hue angle of 286.3º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A92CCE is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 44 | 206 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.19 |
| HSL | 286.3º | 0.65% | 0.49% | - |
| HSV(B) | 286.3º | 0.79% | 0.81% | - |
| XYZ | 28.4 | 14.69 | 59.73 | - |
| YUV | 99.84 | 187.91 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 206 | 0.18 | 0.79 | 0 | 0.19 | 286.3 | 0.65 | 0.49 |
| Hex | A9 | 2C | CE | 12 | 4F | 0 | 13 | 11E | 41 | 31 |
| Octal | 251 | 54 | 316 | 22 | 117 | 0 | 23 | 436 | 101 | 61 |
| Binary | 10101001 | 101100 | 11001110 | 10010 | 1001111 | 0 | 10011 | 100011110 | 1000001 | 110001 |
Color Harmonies of #A92CCE
Complementary color
Monochromatic Colors of #A92CCE
Black with #A92CCE
Text Example
Text Example
White with #A92CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92CCE; }
p { color: rgb(169,44,206); }
H1.HeaderClassName
{
color: #A92CCE;
}
.AnyTagClassName
{
color: #A92CCE;
}
</style>
background-color css
<style>
a { background-color: #A92CCE; }
a { background-color: rgb(169,44,206); }
div.DivClassName
{
background-color: #A92CCE;
}
.BgClassName
{
background-color: #A92CCE;
}
</style>
border-color css
<style>
span { border-color: #A92CCE; }
span { border-color: rgb(169,44,206); }
td.TdClassName
{
border-color: #A92CCE;
}
.TagClassName
{
border-color: #A92CCE;
}
</style>