Shades of Dark Orchid #A238D0
Tints of Dark Orchid #A238D0
RGB
CMYK
RGB Variations
Color information
#A238D0 (or 0xA238D0) is known color: Dark Orchid. HEX triplet: A2, 38 and D0. RGB value is (162,56,208). Sum of RGB (Red+Green+Blue) = 162+56+208=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 208 (81.64% from 255 or 48.83% from 426); Max value from RGB is 208 - color contains mainly: blue. Hex color #A238D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A238D0 is #5DC72F. Grayscale: #686868. Windows color (decimal): -6145840 or 13645986. OLE color: 13645986.
HSL color Cylindrical-coordinate representation of color #A238D0: hue angle of 281.84º 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 #A238D0 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 56 | 208 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.18 |
| HSL | 281.84º | 0.62% | 0.52% | - |
| HSV(B) | 281.84º | 0.73% | 0.82% | - |
| XYZ | 27.7 | 15.06 | 61.12 | - |
| YUV | 105.02 | 186.12 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 56 | 208 | 0.22 | 0.73 | 0 | 0.18 | 281.84 | 0.62 | 0.52 |
| Hex | A2 | 38 | D0 | 16 | 49 | 0 | 12 | 11A | 3E | 34 |
| Octal | 242 | 70 | 320 | 26 | 111 | 0 | 22 | 432 | 76 | 64 |
| Binary | 10100010 | 111000 | 11010000 | 10110 | 1001001 | 0 | 10010 | 100011010 | 111110 | 110100 |
Color Harmonies of #A238D0
Complementary color
Monochromatic Colors of #A238D0
Black with #A238D0
Text Example
Text Example
White with #A238D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A238D0; }
p { color: rgb(162,56,208); }
H1.HeaderClassName
{
color: #A238D0;
}
.AnyTagClassName
{
color: #A238D0;
}
</style>
background-color css
<style>
a { background-color: #A238D0; }
a { background-color: rgb(162,56,208); }
div.DivClassName
{
background-color: #A238D0;
}
.BgClassName
{
background-color: #A238D0;
}
</style>
border-color css
<style>
span { border-color: #A238D0; }
span { border-color: rgb(162,56,208); }
td.TdClassName
{
border-color: #A238D0;
}
.TagClassName
{
border-color: #A238D0;
}
</style>