Shades of Dark Orchid #A238AD
Tints of Dark Orchid #A238AD
RGB
CMYK
RGB Variations
Color information
#A238AD (or 0xA238AD) is known color: Dark Orchid. HEX triplet: A2, 38 and AD. RGB value is (162,56,173). Sum of RGB (Red+Green+Blue) = 162+56+173=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #A238AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A238AD is #5DC752. Grayscale: #646464. Windows color (decimal): -6145875 or 11352226. OLE color: 11352226.
HSL color Cylindrical-coordinate representation of color #A238AD: hue angle of 294.36º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A238AD is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 56 | 173 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.32 |
| HSL | 294.36º | 0.51% | 0.45% | - |
| HSV(B) | 294.36º | 0.68% | 0.68% | - |
| XYZ | 23.86 | 13.53 | 40.89 | - |
| YUV | 101.03 | 168.62 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 56 | 173 | 0.06 | 0.68 | 0 | 0.32 | 294.36 | 0.51 | 0.45 |
| Hex | A2 | 38 | AD | 6 | 44 | 0 | 20 | 126 | 33 | 2D |
| Octal | 242 | 70 | 255 | 6 | 104 | 0 | 40 | 446 | 63 | 55 |
| Binary | 10100010 | 111000 | 10101101 | 110 | 1000100 | 0 | 100000 | 100100110 | 110011 | 101101 |
Color Harmonies of #A238AD
Complementary color
Monochromatic Colors of #A238AD
Black with #A238AD
Text Example
Text Example
White with #A238AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A238AD; }
p { color: rgb(162,56,173); }
H1.HeaderClassName
{
color: #A238AD;
}
.AnyTagClassName
{
color: #A238AD;
}
</style>
background-color css
<style>
a { background-color: #A238AD; }
a { background-color: rgb(162,56,173); }
div.DivClassName
{
background-color: #A238AD;
}
.BgClassName
{
background-color: #A238AD;
}
</style>
border-color css
<style>
span { border-color: #A238AD; }
span { border-color: rgb(162,56,173); }
td.TdClassName
{
border-color: #A238AD;
}
.TagClassName
{
border-color: #A238AD;
}
</style>