Shades of Dark Orchid #A239D0
Tints of Dark Orchid #A239D0
RGB
CMYK
RGB Variations
Color information
#A239D0 (or 0xA239D0) is known color: Dark Orchid. HEX triplet: A2, 39 and D0. RGB value is (162,57,208). Sum of RGB (Red+Green+Blue) = 162+57+208=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 57 (22.66% from 255 or 13.35% from 427); Blue value is 208 (81.64% from 255 or 48.71% from 427); Max value from RGB is 208 - color contains mainly: blue. Hex color #A239D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A239D0 is #5DC62F. Grayscale: #696969. Windows color (decimal): -6145584 or 13646242. OLE color: 13646242.
HSL color Cylindrical-coordinate representation of color #A239D0: hue angle of 281.72º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A239D0 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 57 | 208 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.18 |
| HSL | 281.72º | 0.62% | 0.52% | - |
| HSV(B) | 281.72º | 0.73% | 0.82% | - |
| XYZ | 27.75 | 15.16 | 61.14 | - |
| YUV | 105.61 | 185.79 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 208 | 0.22 | 0.73 | 0 | 0.18 | 281.72 | 0.62 | 0.52 |
| Hex | A2 | 39 | D0 | 16 | 49 | 0 | 12 | 11A | 3E | 34 |
| Octal | 242 | 71 | 320 | 26 | 111 | 0 | 22 | 432 | 76 | 64 |
| Binary | 10100010 | 111001 | 11010000 | 10110 | 1001001 | 0 | 10010 | 100011010 | 111110 | 110100 |
Color Harmonies of #A239D0
Complementary color
Monochromatic Colors of #A239D0
Black with #A239D0
Text Example
Text Example
White with #A239D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A239D0; }
p { color: rgb(162,57,208); }
H1.HeaderClassName
{
color: #A239D0;
}
.AnyTagClassName
{
color: #A239D0;
}
</style>
background-color css
<style>
a { background-color: #A239D0; }
a { background-color: rgb(162,57,208); }
div.DivClassName
{
background-color: #A239D0;
}
.BgClassName
{
background-color: #A239D0;
}
</style>
border-color css
<style>
span { border-color: #A239D0; }
span { border-color: rgb(162,57,208); }
td.TdClassName
{
border-color: #A239D0;
}
.TagClassName
{
border-color: #A239D0;
}
</style>