Shades of Dark Orchid #A034CA
Tints of Dark Orchid #A034CA
RGB
CMYK
RGB Variations
Color information
#A034CA (or 0xA034CA) is known color: Dark Orchid. HEX triplet: A0, 34 and CA. RGB value is (160,52,202). Sum of RGB (Red+Green+Blue) = 160+52+202=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 52 (20.70% from 255 or 12.56% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #A034CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A034CA is #5FCB35. Grayscale: #646464. Windows color (decimal): -6277942 or 13251744. OLE color: 13251744.
HSL color Cylindrical-coordinate representation of color #A034CA: hue angle of 283.2º degrees, saturation: 0.59, 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 #A034CA is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 52 | 202 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.21 |
| HSL | 283.2º | 0.59% | 0.5% | - |
| HSV(B) | 283.2º | 0.74% | 0.79% | - |
| XYZ | 26.39 | 14.19 | 57.23 | - |
| YUV | 101.39 | 184.78 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 202 | 0.21 | 0.74 | 0 | 0.21 | 283.2 | 0.59 | 0.5 |
| Hex | A0 | 34 | CA | 15 | 4A | 0 | 15 | 11B | 3B | 32 |
| Octal | 240 | 64 | 312 | 25 | 112 | 0 | 25 | 433 | 73 | 62 |
| Binary | 10100000 | 110100 | 11001010 | 10101 | 1001010 | 0 | 10101 | 100011011 | 111011 | 110010 |
Color Harmonies of #A034CA
Complementary color
Monochromatic Colors of #A034CA
Black with #A034CA
Text Example
Text Example
White with #A034CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A034CA; }
p { color: rgb(160,52,202); }
H1.HeaderClassName
{
color: #A034CA;
}
.AnyTagClassName
{
color: #A034CA;
}
</style>
background-color css
<style>
a { background-color: #A034CA; }
a { background-color: rgb(160,52,202); }
div.DivClassName
{
background-color: #A034CA;
}
.BgClassName
{
background-color: #A034CA;
}
</style>
border-color css
<style>
span { border-color: #A034CA; }
span { border-color: rgb(160,52,202); }
td.TdClassName
{
border-color: #A034CA;
}
.TagClassName
{
border-color: #A034CA;
}
</style>