Shades of Dark Orchid #A034AF
Tints of Dark Orchid #A034AF
RGB
CMYK
RGB Variations
Color information
#A034AF (or 0xA034AF) is known color: Dark Orchid. HEX triplet: A0, 34 and AF. RGB value is (160,52,175). Sum of RGB (Red+Green+Blue) = 160+52+175=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #A034AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A034AF is #5FCB50. Grayscale: #616161. Windows color (decimal): -6277969 or 11482272. OLE color: 11482272.
HSL color Cylindrical-coordinate representation of color #A034AF: hue angle of 292.68º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A034AF is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 52 | 175 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.31 |
| HSL | 292.68º | 0.54% | 0.45% | - |
| HSV(B) | 292.68º | 0.7% | 0.69% | - |
| XYZ | 23.46 | 13.02 | 41.83 | - |
| YUV | 98.31 | 171.28 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 175 | 0.09 | 0.70 | 0 | 0.31 | 292.68 | 0.54 | 0.45 |
| Hex | A0 | 34 | AF | 9 | 46 | 0 | 1F | 125 | 36 | 2D |
| Octal | 240 | 64 | 257 | 11 | 106 | 0 | 37 | 445 | 66 | 55 |
| Binary | 10100000 | 110100 | 10101111 | 1001 | 1000110 | 0 | 11111 | 100100101 | 110110 | 101101 |
Color Harmonies of #A034AF
Complementary color
Monochromatic Colors of #A034AF
Black with #A034AF
Text Example
Text Example
White with #A034AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A034AF; }
p { color: rgb(160,52,175); }
H1.HeaderClassName
{
color: #A034AF;
}
.AnyTagClassName
{
color: #A034AF;
}
</style>
background-color css
<style>
a { background-color: #A034AF; }
a { background-color: rgb(160,52,175); }
div.DivClassName
{
background-color: #A034AF;
}
.BgClassName
{
background-color: #A034AF;
}
</style>
border-color css
<style>
span { border-color: #A034AF; }
span { border-color: rgb(160,52,175); }
td.TdClassName
{
border-color: #A034AF;
}
.TagClassName
{
border-color: #A034AF;
}
</style>