Shades of Dark Orchid #A92CAC
Tints of Dark Orchid #A92CAC
RGB
CMYK
RGB Variations
Color information
#A92CAC (or 0xA92CAC) is known color: Dark Orchid. HEX triplet: A9, 2C and AC. RGB value is (169,44,172). Sum of RGB (Red+Green+Blue) = 169+44+172=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 44 (17.58% from 255 or 11.43% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #A92CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92CAC is #56D353. Grayscale: #5F5F5F. Windows color (decimal): -5690196 or 11283625. OLE color: 11283625.
HSL color Cylindrical-coordinate representation of color #A92CAC: hue angle of 298.59º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A92CAC is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 44 | 172 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.33 |
| HSL | 298.59º | 0.59% | 0.42% | - |
| HSV(B) | 298.59º | 0.74% | 0.67% | - |
| XYZ | 24.71 | 13.21 | 40.28 | - |
| YUV | 95.97 | 170.91 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 172 | 0.02 | 0.74 | 0 | 0.33 | 298.59 | 0.59 | 0.42 |
| Hex | A9 | 2C | AC | 2 | 4A | 0 | 21 | 12B | 3B | 2A |
| Octal | 251 | 54 | 254 | 2 | 112 | 0 | 41 | 453 | 73 | 52 |
| Binary | 10101001 | 101100 | 10101100 | 10 | 1001010 | 0 | 100001 | 100101011 | 111011 | 101010 |
Color Harmonies of #A92CAC
Complementary color
Monochromatic Colors of #A92CAC
Black with #A92CAC
Text Example
Text Example
White with #A92CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92CAC; }
p { color: rgb(169,44,172); }
H1.HeaderClassName
{
color: #A92CAC;
}
.AnyTagClassName
{
color: #A92CAC;
}
</style>
background-color css
<style>
a { background-color: #A92CAC; }
a { background-color: rgb(169,44,172); }
div.DivClassName
{
background-color: #A92CAC;
}
.BgClassName
{
background-color: #A92CAC;
}
</style>
border-color css
<style>
span { border-color: #A92CAC; }
span { border-color: rgb(169,44,172); }
td.TdClassName
{
border-color: #A92CAC;
}
.TagClassName
{
border-color: #A92CAC;
}
</style>