Shades of Dark Orchid #A922C0
Tints of Dark Orchid #A922C0
RGB
CMYK
RGB Variations
Color information
#A922C0 (or 0xA922C0) is known color: Dark Orchid. HEX triplet: A9, 22 and C0. RGB value is (169,34,192). Sum of RGB (Red+Green+Blue) = 169+34+192=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 34 (13.67% from 255 or 8.61% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #A922C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A922C0 is #56DD3F. Grayscale: #5B5B5B. Windows color (decimal): -5692736 or 12591785. OLE color: 12591785.
HSL color Cylindrical-coordinate representation of color #A922C0: hue angle of 291.27º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A922C0 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 34 | 192 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.25 |
| HSL | 291.27º | 0.7% | 0.44% | - |
| HSV(B) | 291.27º | 0.82% | 0.75% | - |
| XYZ | 26.45 | 13.38 | 51.06 | - |
| YUV | 92.38 | 184.23 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 34 | 192 | 0.12 | 0.82 | 0 | 0.25 | 291.27 | 0.7 | 0.44 |
| Hex | A9 | 22 | C0 | C | 52 | 0 | 19 | 123 | 46 | 2C |
| Octal | 251 | 42 | 300 | 14 | 122 | 0 | 31 | 443 | 106 | 54 |
| Binary | 10101001 | 100010 | 11000000 | 1100 | 1010010 | 0 | 11001 | 100100011 | 1000110 | 101100 |
Color Harmonies of #A922C0
Complementary color
Monochromatic Colors of #A922C0
Black with #A922C0
Text Example
Text Example
White with #A922C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A922C0; }
p { color: rgb(169,34,192); }
H1.HeaderClassName
{
color: #A922C0;
}
.AnyTagClassName
{
color: #A922C0;
}
</style>
background-color css
<style>
a { background-color: #A922C0; }
a { background-color: rgb(169,34,192); }
div.DivClassName
{
background-color: #A922C0;
}
.BgClassName
{
background-color: #A922C0;
}
</style>
border-color css
<style>
span { border-color: #A922C0; }
span { border-color: rgb(169,34,192); }
td.TdClassName
{
border-color: #A922C0;
}
.TagClassName
{
border-color: #A922C0;
}
</style>