Shades of Dark Orchid #A034D5
Tints of Dark Orchid #A034D5
RGB
CMYK
RGB Variations
Color information
#A034D5 (or 0xA034D5) is known color: Dark Orchid. HEX triplet: A0, 34 and D5. RGB value is (160,52,213). Sum of RGB (Red+Green+Blue) = 160+52+213=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 52 (20.70% from 255 or 12.24% from 425); Blue value is 213 (83.59% from 255 or 50.12% from 425); Max value from RGB is 213 - color contains mainly: blue. Hex color #A034D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A034D5 is #5FCB2A. Grayscale: #666666. Windows color (decimal): -6277931 or 13972640. OLE color: 13972640.
HSL color Cylindrical-coordinate representation of color #A034D5: hue angle of 280.25º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A034D5 is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 52 | 213 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.16 |
| HSL | 280.25º | 0.66% | 0.52% | - |
| HSV(B) | 280.25º | 0.76% | 0.84% | - |
| XYZ | 27.74 | 14.73 | 64.33 | - |
| YUV | 102.65 | 190.28 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 213 | 0.25 | 0.76 | 0 | 0.16 | 280.25 | 0.66 | 0.52 |
| Hex | A0 | 34 | D5 | 19 | 4C | 0 | 10 | 118 | 42 | 34 |
| Octal | 240 | 64 | 325 | 31 | 114 | 0 | 20 | 430 | 102 | 64 |
| Binary | 10100000 | 110100 | 11010101 | 11001 | 1001100 | 0 | 10000 | 100011000 | 1000010 | 110100 |
Color Harmonies of #A034D5
Complementary color
Monochromatic Colors of #A034D5
Black with #A034D5
Text Example
Text Example
White with #A034D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A034D5; }
p { color: rgb(160,52,213); }
H1.HeaderClassName
{
color: #A034D5;
}
.AnyTagClassName
{
color: #A034D5;
}
</style>
background-color css
<style>
a { background-color: #A034D5; }
a { background-color: rgb(160,52,213); }
div.DivClassName
{
background-color: #A034D5;
}
.BgClassName
{
background-color: #A034D5;
}
</style>
border-color css
<style>
span { border-color: #A034D5; }
span { border-color: rgb(160,52,213); }
td.TdClassName
{
border-color: #A034D5;
}
.TagClassName
{
border-color: #A034D5;
}
</style>