Shades of Dark Orchid #A239AE
Tints of Dark Orchid #A239AE
RGB
CMYK
RGB Variations
Color information
#A239AE (or 0xA239AE) is known color: Dark Orchid. HEX triplet: A2, 39 and AE. RGB value is (162,57,174). Sum of RGB (Red+Green+Blue) = 162+57+174=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 57 (22.66% from 255 or 14.50% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #A239AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A239AE is #5DC651. Grayscale: #656565. Windows color (decimal): -6145618 or 11418018. OLE color: 11418018.
HSL color Cylindrical-coordinate representation of color #A239AE: hue angle of 293.85º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A239AE is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 57 | 174 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.32 |
| HSL | 293.85º | 0.51% | 0.45% | - |
| HSV(B) | 293.85º | 0.67% | 0.68% | - |
| XYZ | 24 | 13.66 | 41.42 | - |
| YUV | 101.73 | 168.79 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 174 | 0.07 | 0.67 | 0 | 0.32 | 293.85 | 0.51 | 0.45 |
| Hex | A2 | 39 | AE | 7 | 43 | 0 | 20 | 126 | 33 | 2D |
| Octal | 242 | 71 | 256 | 7 | 103 | 0 | 40 | 446 | 63 | 55 |
| Binary | 10100010 | 111001 | 10101110 | 111 | 1000011 | 0 | 100000 | 100100110 | 110011 | 101101 |
Color Harmonies of #A239AE
Complementary color
Monochromatic Colors of #A239AE
Black with #A239AE
Text Example
Text Example
White with #A239AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A239AE; }
p { color: rgb(162,57,174); }
H1.HeaderClassName
{
color: #A239AE;
}
.AnyTagClassName
{
color: #A239AE;
}
</style>
background-color css
<style>
a { background-color: #A239AE; }
a { background-color: rgb(162,57,174); }
div.DivClassName
{
background-color: #A239AE;
}
.BgClassName
{
background-color: #A239AE;
}
</style>
border-color css
<style>
span { border-color: #A239AE; }
span { border-color: rgb(162,57,174); }
td.TdClassName
{
border-color: #A239AE;
}
.TagClassName
{
border-color: #A239AE;
}
</style>