Shades of Dark Orchid #A922CA
Tints of Dark Orchid #A922CA
RGB
CMYK
RGB Variations
Color information
#A922CA (or 0xA922CA) is known color: Dark Orchid. HEX triplet: A9, 22 and CA. RGB value is (169,34,202). Sum of RGB (Red+Green+Blue) = 169+34+202=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 34 (13.67% from 255 or 8.40% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #A922CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A922CA is #56DD35. Grayscale: #5C5C5C. Windows color (decimal): -5692726 or 13247145. OLE color: 13247145.
HSL color Cylindrical-coordinate representation of color #A922CA: hue angle of 288.21º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A922CA is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 34 | 202 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.21 |
| HSL | 288.21º | 0.71% | 0.46% | - |
| HSV(B) | 288.21º | 0.83% | 0.79% | - |
| XYZ | 27.59 | 13.84 | 57.09 | - |
| YUV | 93.52 | 189.23 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 34 | 202 | 0.16 | 0.83 | 0 | 0.21 | 288.21 | 0.71 | 0.46 |
| Hex | A9 | 22 | CA | 10 | 53 | 0 | 15 | 120 | 47 | 2E |
| Octal | 251 | 42 | 312 | 20 | 123 | 0 | 25 | 440 | 107 | 56 |
| Binary | 10101001 | 100010 | 11001010 | 10000 | 1010011 | 0 | 10101 | 100100000 | 1000111 | 101110 |
Color Harmonies of #A922CA
Complementary color
Monochromatic Colors of #A922CA
Black with #A922CA
Text Example
Text Example
White with #A922CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A922CA; }
p { color: rgb(169,34,202); }
H1.HeaderClassName
{
color: #A922CA;
}
.AnyTagClassName
{
color: #A922CA;
}
</style>
background-color css
<style>
a { background-color: #A922CA; }
a { background-color: rgb(169,34,202); }
div.DivClassName
{
background-color: #A922CA;
}
.BgClassName
{
background-color: #A922CA;
}
</style>
border-color css
<style>
span { border-color: #A922CA; }
span { border-color: rgb(169,34,202); }
td.TdClassName
{
border-color: #A922CA;
}
.TagClassName
{
border-color: #A922CA;
}
</style>