Shades of Dark Orchid #A92ACC
Tints of Dark Orchid #A92ACC
RGB
CMYK
RGB Variations
Color information
#A92ACC (or 0xA92ACC) is known color: Dark Orchid. HEX triplet: A9, 2A and CC. RGB value is (169,42,204). Sum of RGB (Red+Green+Blue) = 169+42+204=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 42 (16.80% from 255 or 10.12% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #A92ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92ACC is #56D533. Grayscale: #616161. Windows color (decimal): -5690676 or 13380265. OLE color: 13380265.
HSL color Cylindrical-coordinate representation of color #A92ACC: hue angle of 287.04º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A92ACC is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 42 | 204 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.2 |
| HSL | 287.04º | 0.66% | 0.48% | - |
| HSV(B) | 287.04º | 0.79% | 0.8% | - |
| XYZ | 28.09 | 14.45 | 58.44 | - |
| YUV | 98.44 | 187.58 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 42 | 204 | 0.17 | 0.79 | 0 | 0.2 | 287.04 | 0.66 | 0.48 |
| Hex | A9 | 2A | CC | 11 | 4F | 0 | 14 | 11F | 42 | 30 |
| Octal | 251 | 52 | 314 | 21 | 117 | 0 | 24 | 437 | 102 | 60 |
| Binary | 10101001 | 101010 | 11001100 | 10001 | 1001111 | 0 | 10100 | 100011111 | 1000010 | 110000 |
Color Harmonies of #A92ACC
Complementary color
Monochromatic Colors of #A92ACC
Black with #A92ACC
Text Example
Text Example
White with #A92ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92ACC; }
p { color: rgb(169,42,204); }
H1.HeaderClassName
{
color: #A92ACC;
}
.AnyTagClassName
{
color: #A92ACC;
}
</style>
background-color css
<style>
a { background-color: #A92ACC; }
a { background-color: rgb(169,42,204); }
div.DivClassName
{
background-color: #A92ACC;
}
.BgClassName
{
background-color: #A92ACC;
}
</style>
border-color css
<style>
span { border-color: #A92ACC; }
span { border-color: rgb(169,42,204); }
td.TdClassName
{
border-color: #A92ACC;
}
.TagClassName
{
border-color: #A92ACC;
}
</style>