Shades of Dark Orchid #A23ADA
Tints of Dark Orchid #A23ADA
RGB
CMYK
RGB Variations
Color information
#A23ADA (or 0xA23ADA) is known color: Dark Orchid. HEX triplet: A2, 3A and DA. RGB value is (162,58,218). Sum of RGB (Red+Green+Blue) = 162+58+218=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #A23ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23ADA is #5DC525. Grayscale: #6A6A6A. Windows color (decimal): -6145318 or 14301858. OLE color: 14301858.
HSL color Cylindrical-coordinate representation of color #A23ADA: hue angle of 279º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A23ADA is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 58 | 218 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.15 |
| HSL | 279º | 0.68% | 0.54% | - |
| HSV(B) | 279º | 0.73% | 0.85% | - |
| XYZ | 29.07 | 15.77 | 67.84 | - |
| YUV | 107.34 | 190.46 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 218 | 0.26 | 0.73 | 0 | 0.15 | 279 | 0.68 | 0.54 |
| Hex | A2 | 3A | DA | 1A | 49 | 0 | F | 117 | 44 | 36 |
| Octal | 242 | 72 | 332 | 32 | 111 | 0 | 17 | 427 | 104 | 66 |
| Binary | 10100010 | 111010 | 11011010 | 11010 | 1001001 | 0 | 1111 | 100010111 | 1000100 | 110110 |
Color Harmonies of #A23ADA
Complementary color
Monochromatic Colors of #A23ADA
Black with #A23ADA
Text Example
Text Example
White with #A23ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23ADA; }
p { color: rgb(162,58,218); }
H1.HeaderClassName
{
color: #A23ADA;
}
.AnyTagClassName
{
color: #A23ADA;
}
</style>
background-color css
<style>
a { background-color: #A23ADA; }
a { background-color: rgb(162,58,218); }
div.DivClassName
{
background-color: #A23ADA;
}
.BgClassName
{
background-color: #A23ADA;
}
</style>
border-color css
<style>
span { border-color: #A23ADA; }
span { border-color: rgb(162,58,218); }
td.TdClassName
{
border-color: #A23ADA;
}
.TagClassName
{
border-color: #A23ADA;
}
</style>