Shades of Dark Orchid #A23DB6
Tints of Dark Orchid #A23DB6
RGB
CMYK
RGB Variations
Color information
#A23DB6 (or 0xA23DB6) is known color: Dark Orchid. HEX triplet: A2, 3D and B6. RGB value is (162,61,182). Sum of RGB (Red+Green+Blue) = 162+61+182=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 182 - color contains mainly: blue. Hex color #A23DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23DB6 is #5DC249. Grayscale: #686868. Windows color (decimal): -6144586 or 11943330. OLE color: 11943330.
HSL color Cylindrical-coordinate representation of color #A23DB6: hue angle of 290.08º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A23DB6 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 61 | 182 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.29 |
| HSL | 290.08º | 0.5% | 0.48% | - |
| HSV(B) | 290.08º | 0.66% | 0.71% | - |
| XYZ | 25.01 | 14.4 | 45.72 | - |
| YUV | 104.99 | 171.46 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 61 | 182 | 0.11 | 0.66 | 0 | 0.29 | 290.08 | 0.5 | 0.48 |
| Hex | A2 | 3D | B6 | B | 42 | 0 | 1D | 122 | 32 | 30 |
| Octal | 242 | 75 | 266 | 13 | 102 | 0 | 35 | 442 | 62 | 60 |
| Binary | 10100010 | 111101 | 10110110 | 1011 | 1000010 | 0 | 11101 | 100100010 | 110010 | 110000 |
Color Harmonies of #A23DB6
Complementary color
Monochromatic Colors of #A23DB6
Black with #A23DB6
Text Example
Text Example
White with #A23DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23DB6; }
p { color: rgb(162,61,182); }
H1.HeaderClassName
{
color: #A23DB6;
}
.AnyTagClassName
{
color: #A23DB6;
}
</style>
background-color css
<style>
a { background-color: #A23DB6; }
a { background-color: rgb(162,61,182); }
div.DivClassName
{
background-color: #A23DB6;
}
.BgClassName
{
background-color: #A23DB6;
}
</style>
border-color css
<style>
span { border-color: #A23DB6; }
span { border-color: rgb(162,61,182); }
td.TdClassName
{
border-color: #A23DB6;
}
.TagClassName
{
border-color: #A23DB6;
}
</style>