Shades of Dark Orchid #A239B6
Tints of Dark Orchid #A239B6
RGB
CMYK
RGB Variations
Color information
#A239B6 (or 0xA239B6) is known color: Dark Orchid. HEX triplet: A2, 39 and B6. RGB value is (162,57,182). Sum of RGB (Red+Green+Blue) = 162+57+182=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 182 (71.48% from 255 or 45.39% from 401); Max value from RGB is 182 - color contains mainly: blue. Hex color #A239B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A239B6 is #5DC649. Grayscale: #666666. Windows color (decimal): -6145610 or 11942306. OLE color: 11942306.
HSL color Cylindrical-coordinate representation of color #A239B6: hue angle of 290.4º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A239B6 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 57 | 182 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.29 |
| HSL | 290.4º | 0.52% | 0.47% | - |
| HSV(B) | 290.4º | 0.69% | 0.71% | - |
| XYZ | 24.81 | 13.99 | 45.65 | - |
| YUV | 102.65 | 172.79 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 182 | 0.11 | 0.69 | 0 | 0.29 | 290.4 | 0.52 | 0.47 |
| Hex | A2 | 39 | B6 | B | 45 | 0 | 1D | 122 | 34 | 2F |
| Octal | 242 | 71 | 266 | 13 | 105 | 0 | 35 | 442 | 64 | 57 |
| Binary | 10100010 | 111001 | 10110110 | 1011 | 1000101 | 0 | 11101 | 100100010 | 110100 | 101111 |
Color Harmonies of #A239B6
Complementary color
Monochromatic Colors of #A239B6
Black with #A239B6
Text Example
Text Example
White with #A239B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A239B6; }
p { color: rgb(162,57,182); }
H1.HeaderClassName
{
color: #A239B6;
}
.AnyTagClassName
{
color: #A239B6;
}
</style>
background-color css
<style>
a { background-color: #A239B6; }
a { background-color: rgb(162,57,182); }
div.DivClassName
{
background-color: #A239B6;
}
.BgClassName
{
background-color: #A239B6;
}
</style>
border-color css
<style>
span { border-color: #A239B6; }
span { border-color: rgb(162,57,182); }
td.TdClassName
{
border-color: #A239B6;
}
.TagClassName
{
border-color: #A239B6;
}
</style>