Shades of Dark Orchid #A238DA
Tints of Dark Orchid #A238DA
RGB
CMYK
RGB Variations
Color information
#A238DA (or 0xA238DA) is known color: Dark Orchid. HEX triplet: A2, 38 and DA. RGB value is (162,56,218). Sum of RGB (Red+Green+Blue) = 162+56+218=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 56 (22.27% from 255 or 12.84% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #A238DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A238DA is #5DC725. Grayscale: #696969. Windows color (decimal): -6145830 or 14301346. OLE color: 14301346.
HSL color Cylindrical-coordinate representation of color #A238DA: hue angle of 279.26º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A238DA is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 56 | 218 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.15 |
| HSL | 279.26º | 0.69% | 0.54% | - |
| HSV(B) | 279.26º | 0.74% | 0.85% | - |
| XYZ | 28.97 | 15.57 | 67.81 | - |
| YUV | 106.16 | 191.12 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 56 | 218 | 0.26 | 0.74 | 0 | 0.15 | 279.26 | 0.69 | 0.54 |
| Hex | A2 | 38 | DA | 1A | 4A | 0 | F | 117 | 45 | 36 |
| Octal | 242 | 70 | 332 | 32 | 112 | 0 | 17 | 427 | 105 | 66 |
| Binary | 10100010 | 111000 | 11011010 | 11010 | 1001010 | 0 | 1111 | 100010111 | 1000101 | 110110 |
Color Harmonies of #A238DA
Complementary color
Monochromatic Colors of #A238DA
Black with #A238DA
Text Example
Text Example
White with #A238DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A238DA; }
p { color: rgb(162,56,218); }
H1.HeaderClassName
{
color: #A238DA;
}
.AnyTagClassName
{
color: #A238DA;
}
</style>
background-color css
<style>
a { background-color: #A238DA; }
a { background-color: rgb(162,56,218); }
div.DivClassName
{
background-color: #A238DA;
}
.BgClassName
{
background-color: #A238DA;
}
</style>
border-color css
<style>
span { border-color: #A238DA; }
span { border-color: rgb(162,56,218); }
td.TdClassName
{
border-color: #A238DA;
}
.TagClassName
{
border-color: #A238DA;
}
</style>