Shades of Dark Orchid #A539AF
Tints of Dark Orchid #A539AF
RGB
CMYK
RGB Variations
Color information
#A539AF (or 0xA539AF) is known color: Dark Orchid. HEX triplet: A5, 39 and AF. RGB value is (165,57,175). Sum of RGB (Red+Green+Blue) = 165+57+175=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 57 (22.66% from 255 or 14.36% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #A539AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A539AF is #5AC650. Grayscale: #666666. Windows color (decimal): -5949009 or 11483557. OLE color: 11483557.
HSL color Cylindrical-coordinate representation of color #A539AF: hue angle of 294.92º 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 #A539AF is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 57 | 175 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.31 |
| HSL | 294.92º | 0.51% | 0.45% | - |
| HSV(B) | 294.92º | 0.67% | 0.69% | - |
| XYZ | 24.72 | 14.02 | 41.96 | - |
| YUV | 102.74 | 168.78 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 57 | 175 | 0.06 | 0.67 | 0 | 0.31 | 294.92 | 0.51 | 0.45 |
| Hex | A5 | 39 | AF | 6 | 43 | 0 | 1F | 127 | 33 | 2D |
| Octal | 245 | 71 | 257 | 6 | 103 | 0 | 37 | 447 | 63 | 55 |
| Binary | 10100101 | 111001 | 10101111 | 110 | 1000011 | 0 | 11111 | 100100111 | 110011 | 101101 |
Color Harmonies of #A539AF
Complementary color
Monochromatic Colors of #A539AF
Black with #A539AF
Text Example
Text Example
White with #A539AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A539AF; }
p { color: rgb(165,57,175); }
H1.HeaderClassName
{
color: #A539AF;
}
.AnyTagClassName
{
color: #A539AF;
}
</style>
background-color css
<style>
a { background-color: #A539AF; }
a { background-color: rgb(165,57,175); }
div.DivClassName
{
background-color: #A539AF;
}
.BgClassName
{
background-color: #A539AF;
}
</style>
border-color css
<style>
span { border-color: #A539AF; }
span { border-color: rgb(165,57,175); }
td.TdClassName
{
border-color: #A539AF;
}
.TagClassName
{
border-color: #A539AF;
}
</style>