Shades of Dark Orchid #A942CA
Tints of Dark Orchid #A942CA
RGB
CMYK
RGB Variations
Color information
#A942CA (or 0xA942CA) is known color: Dark Orchid. HEX triplet: A9, 42 and CA. RGB value is (169,66,202). Sum of RGB (Red+Green+Blue) = 169+66+202=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #A942CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A942CA is #56BD35. Grayscale: #6F6F6F. Windows color (decimal): -5684534 or 13255337. OLE color: 13255337.
HSL color Cylindrical-coordinate representation of color #A942CA: hue angle of 285.44º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A942CA is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 66 | 202 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.21 |
| HSL | 285.44º | 0.56% | 0.53% | - |
| HSV(B) | 285.44º | 0.67% | 0.79% | - |
| XYZ | 28.97 | 16.6 | 57.55 | - |
| YUV | 112.3 | 178.62 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 66 | 202 | 0.16 | 0.67 | 0 | 0.21 | 285.44 | 0.56 | 0.53 |
| Hex | A9 | 42 | CA | 10 | 43 | 0 | 15 | 11D | 38 | 35 |
| Octal | 251 | 102 | 312 | 20 | 103 | 0 | 25 | 435 | 70 | 65 |
| Binary | 10101001 | 1000010 | 11001010 | 10000 | 1000011 | 0 | 10101 | 100011101 | 111000 | 110101 |
Color Harmonies of #A942CA
Complementary color
Monochromatic Colors of #A942CA
Black with #A942CA
Text Example
Text Example
White with #A942CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A942CA; }
p { color: rgb(169,66,202); }
H1.HeaderClassName
{
color: #A942CA;
}
.AnyTagClassName
{
color: #A942CA;
}
</style>
background-color css
<style>
a { background-color: #A942CA; }
a { background-color: rgb(169,66,202); }
div.DivClassName
{
background-color: #A942CA;
}
.BgClassName
{
background-color: #A942CA;
}
</style>
border-color css
<style>
span { border-color: #A942CA; }
span { border-color: rgb(169,66,202); }
td.TdClassName
{
border-color: #A942CA;
}
.TagClassName
{
border-color: #A942CA;
}
</style>