Shades of Dark Orchid #A140CA
Tints of Dark Orchid #A140CA
RGB
CMYK
RGB Variations
Color information
#A140CA (or 0xA140CA) is known color: Dark Orchid. HEX triplet: A1, 40 and CA. RGB value is (161,64,202). Sum of RGB (Red+Green+Blue) = 161+64+202=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #A140CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A140CA is #5EBF35. Grayscale: #6C6C6C. Windows color (decimal): -6209334 or 13254817. OLE color: 13254817.
HSL color Cylindrical-coordinate representation of color #A140CA: hue angle of 282.17º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A140CA is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 64 | 202 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.21 |
| HSL | 282.17º | 0.57% | 0.52% | - |
| HSV(B) | 282.17º | 0.68% | 0.79% | - |
| XYZ | 27.19 | 15.51 | 57.44 | - |
| YUV | 108.74 | 180.64 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 202 | 0.20 | 0.68 | 0 | 0.21 | 282.17 | 0.57 | 0.52 |
| Hex | A1 | 40 | CA | 14 | 44 | 0 | 15 | 11A | 39 | 34 |
| Octal | 241 | 100 | 312 | 24 | 104 | 0 | 25 | 432 | 71 | 64 |
| Binary | 10100001 | 1000000 | 11001010 | 10100 | 1000100 | 0 | 10101 | 100011010 | 111001 | 110100 |
Color Harmonies of #A140CA
Complementary color
Monochromatic Colors of #A140CA
Black with #A140CA
Text Example
Text Example
White with #A140CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A140CA; }
p { color: rgb(161,64,202); }
H1.HeaderClassName
{
color: #A140CA;
}
.AnyTagClassName
{
color: #A140CA;
}
</style>
background-color css
<style>
a { background-color: #A140CA; }
a { background-color: rgb(161,64,202); }
div.DivClassName
{
background-color: #A140CA;
}
.BgClassName
{
background-color: #A140CA;
}
</style>
border-color css
<style>
span { border-color: #A140CA; }
span { border-color: rgb(161,64,202); }
td.TdClassName
{
border-color: #A140CA;
}
.TagClassName
{
border-color: #A140CA;
}
</style>