Shades of Dark Orchid #A039AF
Tints of Dark Orchid #A039AF
RGB
CMYK
RGB Variations
Color information
#A039AF (or 0xA039AF) is known color: Dark Orchid. HEX triplet: A0, 39 and AF. RGB value is (160,57,175). Sum of RGB (Red+Green+Blue) = 160+57+175=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 175 - color contains mainly: blue. Hex color #A039AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A039AF is #5FC650. Grayscale: #646464. Windows color (decimal): -6276689 or 11483552. OLE color: 11483552.
HSL color Cylindrical-coordinate representation of color #A039AF: hue angle of 292.37º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A039AF is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 57 | 175 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.31 |
| HSL | 292.37º | 0.51% | 0.45% | - |
| HSV(B) | 292.37º | 0.67% | 0.69% | - |
| XYZ | 23.7 | 13.49 | 41.91 | - |
| YUV | 101.25 | 169.62 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 175 | 0.09 | 0.67 | 0 | 0.31 | 292.37 | 0.51 | 0.45 |
| Hex | A0 | 39 | AF | 9 | 43 | 0 | 1F | 124 | 33 | 2D |
| Octal | 240 | 71 | 257 | 11 | 103 | 0 | 37 | 444 | 63 | 55 |
| Binary | 10100000 | 111001 | 10101111 | 1001 | 1000011 | 0 | 11111 | 100100100 | 110011 | 101101 |
Color Harmonies of #A039AF
Complementary color
Monochromatic Colors of #A039AF
Black with #A039AF
Text Example
Text Example
White with #A039AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A039AF; }
p { color: rgb(160,57,175); }
H1.HeaderClassName
{
color: #A039AF;
}
.AnyTagClassName
{
color: #A039AF;
}
</style>
background-color css
<style>
a { background-color: #A039AF; }
a { background-color: rgb(160,57,175); }
div.DivClassName
{
background-color: #A039AF;
}
.BgClassName
{
background-color: #A039AF;
}
</style>
border-color css
<style>
span { border-color: #A039AF; }
span { border-color: rgb(160,57,175); }
td.TdClassName
{
border-color: #A039AF;
}
.TagClassName
{
border-color: #A039AF;
}
</style>