Shades of Dark Orchid #A239C8
Tints of Dark Orchid #A239C8
RGB
CMYK
RGB Variations
Color information
#A239C8 (or 0xA239C8) is known color: Dark Orchid. HEX triplet: A2, 39 and C8. RGB value is (162,57,200). Sum of RGB (Red+Green+Blue) = 162+57+200=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 57 (22.66% from 255 or 13.60% from 419); Blue value is 200 (78.52% from 255 or 47.73% from 419); Max value from RGB is 200 - color contains mainly: blue. Hex color #A239C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A239C8 is #5DC637. Grayscale: #686868. Windows color (decimal): -6145592 or 13121954. OLE color: 13121954.
HSL color Cylindrical-coordinate representation of color #A239C8: hue angle of 284.06º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A239C8 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 57 | 200 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.22 |
| HSL | 284.06º | 0.57% | 0.5% | - |
| HSV(B) | 284.06º | 0.72% | 0.78% | - |
| XYZ | 26.79 | 14.78 | 56.08 | - |
| YUV | 104.7 | 181.79 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 200 | 0.19 | 0.72 | 0 | 0.22 | 284.06 | 0.57 | 0.5 |
| Hex | A2 | 39 | C8 | 13 | 48 | 0 | 16 | 11C | 39 | 32 |
| Octal | 242 | 71 | 310 | 23 | 110 | 0 | 26 | 434 | 71 | 62 |
| Binary | 10100010 | 111001 | 11001000 | 10011 | 1001000 | 0 | 10110 | 100011100 | 111001 | 110010 |
Color Harmonies of #A239C8
Complementary color
Monochromatic Colors of #A239C8
Black with #A239C8
Text Example
Text Example
White with #A239C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A239C8; }
p { color: rgb(162,57,200); }
H1.HeaderClassName
{
color: #A239C8;
}
.AnyTagClassName
{
color: #A239C8;
}
</style>
background-color css
<style>
a { background-color: #A239C8; }
a { background-color: rgb(162,57,200); }
div.DivClassName
{
background-color: #A239C8;
}
.BgClassName
{
background-color: #A239C8;
}
</style>
border-color css
<style>
span { border-color: #A239C8; }
span { border-color: rgb(162,57,200); }
td.TdClassName
{
border-color: #A239C8;
}
.TagClassName
{
border-color: #A239C8;
}
</style>