Shades of Dark Orchid #A034D3
Tints of Dark Orchid #A034D3
RGB
CMYK
RGB Variations
Color information
#A034D3 (or 0xA034D3) is known color: Dark Orchid. HEX triplet: A0, 34 and D3. RGB value is (160,52,211). Sum of RGB (Red+Green+Blue) = 160+52+211=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 52 (20.70% from 255 or 12.29% from 423); Blue value is 211 (82.81% from 255 or 49.88% from 423); Max value from RGB is 211 - color contains mainly: blue. Hex color #A034D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A034D3 is #5FCB2C. Grayscale: #656565. Windows color (decimal): -6277933 or 13841568. OLE color: 13841568.
HSL color Cylindrical-coordinate representation of color #A034D3: hue angle of 280.75º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A034D3 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 52 | 211 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.17 |
| HSL | 280.75º | 0.64% | 0.52% | - |
| HSV(B) | 280.75º | 0.75% | 0.83% | - |
| XYZ | 27.48 | 14.63 | 63 | - |
| YUV | 102.42 | 189.28 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 211 | 0.24 | 0.75 | 0 | 0.17 | 280.75 | 0.64 | 0.52 |
| Hex | A0 | 34 | D3 | 18 | 4B | 0 | 11 | 119 | 40 | 34 |
| Octal | 240 | 64 | 323 | 30 | 113 | 0 | 21 | 431 | 100 | 64 |
| Binary | 10100000 | 110100 | 11010011 | 11000 | 1001011 | 0 | 10001 | 100011001 | 1000000 | 110100 |
Color Harmonies of #A034D3
Complementary color
Monochromatic Colors of #A034D3
Black with #A034D3
Text Example
Text Example
White with #A034D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A034D3; }
p { color: rgb(160,52,211); }
H1.HeaderClassName
{
color: #A034D3;
}
.AnyTagClassName
{
color: #A034D3;
}
</style>
background-color css
<style>
a { background-color: #A034D3; }
a { background-color: rgb(160,52,211); }
div.DivClassName
{
background-color: #A034D3;
}
.BgClassName
{
background-color: #A034D3;
}
</style>
border-color css
<style>
span { border-color: #A034D3; }
span { border-color: rgb(160,52,211); }
td.TdClassName
{
border-color: #A034D3;
}
.TagClassName
{
border-color: #A034D3;
}
</style>