Shades of Dark Orchid #A238DD
Tints of Dark Orchid #A238DD
RGB
CMYK
RGB Variations
Color information
#A238DD (or 0xA238DD) is known color: Dark Orchid. HEX triplet: A2, 38 and DD. RGB value is (162,56,221). Sum of RGB (Red+Green+Blue) = 162+56+221=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 56 (22.27% from 255 or 12.76% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #A238DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A238DD is #5DC722. Grayscale: #696969. Windows color (decimal): -6145827 or 14497954. OLE color: 14497954.
HSL color Cylindrical-coordinate representation of color #A238DD: hue angle of 278.55º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A238DD is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 56 | 221 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.13 |
| HSL | 278.55º | 0.71% | 0.54% | - |
| HSV(B) | 278.55º | 0.75% | 0.87% | - |
| XYZ | 29.37 | 15.73 | 69.9 | - |
| YUV | 106.5 | 192.62 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 56 | 221 | 0.27 | 0.75 | 0 | 0.13 | 278.55 | 0.71 | 0.54 |
| Hex | A2 | 38 | DD | 1B | 4B | 0 | D | 117 | 47 | 36 |
| Octal | 242 | 70 | 335 | 33 | 113 | 0 | 15 | 427 | 107 | 66 |
| Binary | 10100010 | 111000 | 11011101 | 11011 | 1001011 | 0 | 1101 | 100010111 | 1000111 | 110110 |
Color Harmonies of #A238DD
Complementary color
Monochromatic Colors of #A238DD
Black with #A238DD
Text Example
Text Example
White with #A238DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A238DD; }
p { color: rgb(162,56,221); }
H1.HeaderClassName
{
color: #A238DD;
}
.AnyTagClassName
{
color: #A238DD;
}
</style>
background-color css
<style>
a { background-color: #A238DD; }
a { background-color: rgb(162,56,221); }
div.DivClassName
{
background-color: #A238DD;
}
.BgClassName
{
background-color: #A238DD;
}
</style>
border-color css
<style>
span { border-color: #A238DD; }
span { border-color: rgb(162,56,221); }
td.TdClassName
{
border-color: #A238DD;
}
.TagClassName
{
border-color: #A238DD;
}
</style>