Shades of Dark Orchid #A239AF
Tints of Dark Orchid #A239AF
RGB
CMYK
RGB Variations
Color information
#A239AF (or 0xA239AF) is known color: Dark Orchid. HEX triplet: A2, 39 and AF. RGB value is (162,57,175). Sum of RGB (Red+Green+Blue) = 162+57+175=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 57 (22.66% from 255 or 14.47% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #A239AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A239AF is #5DC650. Grayscale: #656565. Windows color (decimal): -6145617 or 11483554. OLE color: 11483554.
HSL color Cylindrical-coordinate representation of color #A239AF: hue angle of 293.39º 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 #A239AF is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 57 | 175 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.31 |
| HSL | 293.39º | 0.51% | 0.45% | - |
| HSV(B) | 293.39º | 0.67% | 0.69% | - |
| XYZ | 24.1 | 13.7 | 41.93 | - |
| YUV | 101.85 | 169.29 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 175 | 0.07 | 0.67 | 0 | 0.31 | 293.39 | 0.51 | 0.45 |
| Hex | A2 | 39 | AF | 7 | 43 | 0 | 1F | 125 | 33 | 2D |
| Octal | 242 | 71 | 257 | 7 | 103 | 0 | 37 | 445 | 63 | 55 |
| Binary | 10100010 | 111001 | 10101111 | 111 | 1000011 | 0 | 11111 | 100100101 | 110011 | 101101 |
Color Harmonies of #A239AF
Complementary color
Monochromatic Colors of #A239AF
Black with #A239AF
Text Example
Text Example
White with #A239AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A239AF; }
p { color: rgb(162,57,175); }
H1.HeaderClassName
{
color: #A239AF;
}
.AnyTagClassName
{
color: #A239AF;
}
</style>
background-color css
<style>
a { background-color: #A239AF; }
a { background-color: rgb(162,57,175); }
div.DivClassName
{
background-color: #A239AF;
}
.BgClassName
{
background-color: #A239AF;
}
</style>
border-color css
<style>
span { border-color: #A239AF; }
span { border-color: rgb(162,57,175); }
td.TdClassName
{
border-color: #A239AF;
}
.TagClassName
{
border-color: #A239AF;
}
</style>