Shades of Dark Orchid #A035CA
Tints of Dark Orchid #A035CA
RGB
CMYK
RGB Variations
Color information
#A035CA (or 0xA035CA) is known color: Dark Orchid. HEX triplet: A0, 35 and CA. RGB value is (160,53,202). Sum of RGB (Red+Green+Blue) = 160+53+202=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 53 (21.09% from 255 or 12.77% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #A035CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A035CA is #5FCA35. Grayscale: #656565. Windows color (decimal): -6277686 or 13252000. OLE color: 13252000.
HSL color Cylindrical-coordinate representation of color #A035CA: hue angle of 283.09º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A035CA is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 53 | 202 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.21 |
| HSL | 283.09º | 0.58% | 0.5% | - |
| HSV(B) | 283.09º | 0.74% | 0.79% | - |
| XYZ | 26.43 | 14.28 | 57.24 | - |
| YUV | 101.98 | 184.45 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 202 | 0.21 | 0.74 | 0 | 0.21 | 283.09 | 0.58 | 0.5 |
| Hex | A0 | 35 | CA | 15 | 4A | 0 | 15 | 11B | 3A | 32 |
| Octal | 240 | 65 | 312 | 25 | 112 | 0 | 25 | 433 | 72 | 62 |
| Binary | 10100000 | 110101 | 11001010 | 10101 | 1001010 | 0 | 10101 | 100011011 | 111010 | 110010 |
Color Harmonies of #A035CA
Complementary color
Monochromatic Colors of #A035CA
Black with #A035CA
Text Example
Text Example
White with #A035CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A035CA; }
p { color: rgb(160,53,202); }
H1.HeaderClassName
{
color: #A035CA;
}
.AnyTagClassName
{
color: #A035CA;
}
</style>
background-color css
<style>
a { background-color: #A035CA; }
a { background-color: rgb(160,53,202); }
div.DivClassName
{
background-color: #A035CA;
}
.BgClassName
{
background-color: #A035CA;
}
</style>
border-color css
<style>
span { border-color: #A035CA; }
span { border-color: rgb(160,53,202); }
td.TdClassName
{
border-color: #A035CA;
}
.TagClassName
{
border-color: #A035CA;
}
</style>