Shades of Dark Orchid #A239C2
Tints of Dark Orchid #A239C2
RGB
CMYK
RGB Variations
Color information
#A239C2 (or 0xA239C2) is known color: Dark Orchid. HEX triplet: A2, 39 and C2. RGB value is (162,57,194). Sum of RGB (Red+Green+Blue) = 162+57+194=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 194 (76.17% from 255 or 46.97% from 413); Max value from RGB is 194 - color contains mainly: blue. Hex color #A239C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A239C2 is #5DC63D. Grayscale: #676767. Windows color (decimal): -6145598 or 12728738. OLE color: 12728738.
HSL color Cylindrical-coordinate representation of color #A239C2: hue angle of 285.99º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A239C2 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 57 | 194 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.24 |
| HSL | 285.99º | 0.55% | 0.49% | - |
| HSV(B) | 285.99º | 0.71% | 0.76% | - |
| XYZ | 26.1 | 14.5 | 52.46 | - |
| YUV | 104.01 | 178.79 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 194 | 0.16 | 0.71 | 0 | 0.24 | 285.99 | 0.55 | 0.49 |
| Hex | A2 | 39 | C2 | 10 | 47 | 0 | 18 | 11E | 37 | 31 |
| Octal | 242 | 71 | 302 | 20 | 107 | 0 | 30 | 436 | 67 | 61 |
| Binary | 10100010 | 111001 | 11000010 | 10000 | 1000111 | 0 | 11000 | 100011110 | 110111 | 110001 |
Color Harmonies of #A239C2
Complementary color
Monochromatic Colors of #A239C2
Black with #A239C2
Text Example
Text Example
White with #A239C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A239C2; }
p { color: rgb(162,57,194); }
H1.HeaderClassName
{
color: #A239C2;
}
.AnyTagClassName
{
color: #A239C2;
}
</style>
background-color css
<style>
a { background-color: #A239C2; }
a { background-color: rgb(162,57,194); }
div.DivClassName
{
background-color: #A239C2;
}
.BgClassName
{
background-color: #A239C2;
}
</style>
border-color css
<style>
span { border-color: #A239C2; }
span { border-color: rgb(162,57,194); }
td.TdClassName
{
border-color: #A239C2;
}
.TagClassName
{
border-color: #A239C2;
}
</style>