Shades of Dark Orchid #A034CC
Tints of Dark Orchid #A034CC
RGB
CMYK
RGB Variations
Color information
#A034CC (or 0xA034CC) is known color: Dark Orchid. HEX triplet: A0, 34 and CC. RGB value is (160,52,204). Sum of RGB (Red+Green+Blue) = 160+52+204=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #A034CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A034CC is #5FCB33. Grayscale: #656565. Windows color (decimal): -6277940 or 13382816. OLE color: 13382816.
HSL color Cylindrical-coordinate representation of color #A034CC: hue angle of 282.63º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A034CC is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 52 | 204 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.2 |
| HSL | 282.63º | 0.6% | 0.5% | - |
| HSV(B) | 282.63º | 0.75% | 0.8% | - |
| XYZ | 26.62 | 14.29 | 58.48 | - |
| YUV | 101.62 | 185.78 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 204 | 0.22 | 0.75 | 0 | 0.2 | 282.63 | 0.6 | 0.5 |
| Hex | A0 | 34 | CC | 16 | 4B | 0 | 14 | 11B | 3C | 32 |
| Octal | 240 | 64 | 314 | 26 | 113 | 0 | 24 | 433 | 74 | 62 |
| Binary | 10100000 | 110100 | 11001100 | 10110 | 1001011 | 0 | 10100 | 100011011 | 111100 | 110010 |
Color Harmonies of #A034CC
Complementary color
Monochromatic Colors of #A034CC
Black with #A034CC
Text Example
Text Example
White with #A034CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A034CC; }
p { color: rgb(160,52,204); }
H1.HeaderClassName
{
color: #A034CC;
}
.AnyTagClassName
{
color: #A034CC;
}
</style>
background-color css
<style>
a { background-color: #A034CC; }
a { background-color: rgb(160,52,204); }
div.DivClassName
{
background-color: #A034CC;
}
.BgClassName
{
background-color: #A034CC;
}
</style>
border-color css
<style>
span { border-color: #A034CC; }
span { border-color: rgb(160,52,204); }
td.TdClassName
{
border-color: #A034CC;
}
.TagClassName
{
border-color: #A034CC;
}
</style>