Shades of Dark Orchid #A92CCC
Tints of Dark Orchid #A92CCC
RGB
CMYK
RGB Variations
Color information
#A92CCC (or 0xA92CCC) is known color: Dark Orchid. HEX triplet: A9, 2C and CC. RGB value is (169,44,204). Sum of RGB (Red+Green+Blue) = 169+44+204=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 44 (17.58% from 255 or 10.55% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #A92CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92CCC is #56D333. Grayscale: #636363. Windows color (decimal): -5690164 or 13380777. OLE color: 13380777.
HSL color Cylindrical-coordinate representation of color #A92CCC: hue angle of 286.88º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A92CCC is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 44 | 204 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.2 |
| HSL | 286.88º | 0.65% | 0.49% | - |
| HSV(B) | 286.88º | 0.78% | 0.8% | - |
| XYZ | 28.16 | 14.6 | 58.46 | - |
| YUV | 99.62 | 186.91 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 204 | 0.17 | 0.78 | 0 | 0.2 | 286.88 | 0.65 | 0.49 |
| Hex | A9 | 2C | CC | 11 | 4E | 0 | 14 | 11F | 41 | 31 |
| Octal | 251 | 54 | 314 | 21 | 116 | 0 | 24 | 437 | 101 | 61 |
| Binary | 10101001 | 101100 | 11001100 | 10001 | 1001110 | 0 | 10100 | 100011111 | 1000001 | 110001 |
Color Harmonies of #A92CCC
Complementary color
Monochromatic Colors of #A92CCC
Black with #A92CCC
Text Example
Text Example
White with #A92CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92CCC; }
p { color: rgb(169,44,204); }
H1.HeaderClassName
{
color: #A92CCC;
}
.AnyTagClassName
{
color: #A92CCC;
}
</style>
background-color css
<style>
a { background-color: #A92CCC; }
a { background-color: rgb(169,44,204); }
div.DivClassName
{
background-color: #A92CCC;
}
.BgClassName
{
background-color: #A92CCC;
}
</style>
border-color css
<style>
span { border-color: #A92CCC; }
span { border-color: rgb(169,44,204); }
td.TdClassName
{
border-color: #A92CCC;
}
.TagClassName
{
border-color: #A92CCC;
}
</style>