Shades of Dark Orchid #A046CA
Tints of Dark Orchid #A046CA
RGB
CMYK
RGB Variations
Color information
#A046CA (or 0xA046CA) is known color: Dark Orchid. HEX triplet: A0, 46 and CA. RGB value is (160,70,202). Sum of RGB (Red+Green+Blue) = 160+70+202=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #A046CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A046CA is #5FB935. Grayscale: #6F6F6F. Windows color (decimal): -6273334 or 13256352. OLE color: 13256352.
HSL color Cylindrical-coordinate representation of color #A046CA: hue angle of 280.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A046CA is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 70 | 202 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.21 |
| HSL | 280.91º | 0.55% | 0.53% | - |
| HSV(B) | 280.91º | 0.65% | 0.79% | - |
| XYZ | 27.35 | 16.12 | 57.55 | - |
| YUV | 111.96 | 178.82 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 70 | 202 | 0.21 | 0.65 | 0 | 0.21 | 280.91 | 0.55 | 0.53 |
| Hex | A0 | 46 | CA | 15 | 41 | 0 | 15 | 119 | 37 | 35 |
| Octal | 240 | 106 | 312 | 25 | 101 | 0 | 25 | 431 | 67 | 65 |
| Binary | 10100000 | 1000110 | 11001010 | 10101 | 1000001 | 0 | 10101 | 100011001 | 110111 | 110101 |
Color Harmonies of #A046CA
Complementary color
Monochromatic Colors of #A046CA
Black with #A046CA
Text Example
Text Example
White with #A046CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A046CA; }
p { color: rgb(160,70,202); }
H1.HeaderClassName
{
color: #A046CA;
}
.AnyTagClassName
{
color: #A046CA;
}
</style>
background-color css
<style>
a { background-color: #A046CA; }
a { background-color: rgb(160,70,202); }
div.DivClassName
{
background-color: #A046CA;
}
.BgClassName
{
background-color: #A046CA;
}
</style>
border-color css
<style>
span { border-color: #A046CA; }
span { border-color: rgb(160,70,202); }
td.TdClassName
{
border-color: #A046CA;
}
.TagClassName
{
border-color: #A046CA;
}
</style>