Shades of Dark Orchid #A23BDA
Tints of Dark Orchid #A23BDA
RGB
CMYK
RGB Variations
Color information
#A23BDA (or 0xA23BDA) is known color: Dark Orchid. HEX triplet: A2, 3B and DA. RGB value is (162,59,218). Sum of RGB (Red+Green+Blue) = 162+59+218=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 59 (23.44% from 255 or 13.44% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #A23BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23BDA is #5DC425. Grayscale: #6B6B6B. Windows color (decimal): -6145062 or 14302114. OLE color: 14302114.
HSL color Cylindrical-coordinate representation of color #A23BDA: hue angle of 278.87º 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 #A23BDA is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 59 | 218 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.15 |
| HSL | 278.87º | 0.68% | 0.54% | - |
| HSV(B) | 278.87º | 0.73% | 0.85% | - |
| XYZ | 29.12 | 15.87 | 67.86 | - |
| YUV | 107.92 | 190.12 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 218 | 0.26 | 0.73 | 0 | 0.15 | 278.87 | 0.68 | 0.54 |
| Hex | A2 | 3B | DA | 1A | 49 | 0 | F | 117 | 44 | 36 |
| Octal | 242 | 73 | 332 | 32 | 111 | 0 | 17 | 427 | 104 | 66 |
| Binary | 10100010 | 111011 | 11011010 | 11010 | 1001001 | 0 | 1111 | 100010111 | 1000100 | 110110 |
Color Harmonies of #A23BDA
Complementary color
Monochromatic Colors of #A23BDA
Black with #A23BDA
Text Example
Text Example
White with #A23BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23BDA; }
p { color: rgb(162,59,218); }
H1.HeaderClassName
{
color: #A23BDA;
}
.AnyTagClassName
{
color: #A23BDA;
}
</style>
background-color css
<style>
a { background-color: #A23BDA; }
a { background-color: rgb(162,59,218); }
div.DivClassName
{
background-color: #A23BDA;
}
.BgClassName
{
background-color: #A23BDA;
}
</style>
border-color css
<style>
span { border-color: #A23BDA; }
span { border-color: rgb(162,59,218); }
td.TdClassName
{
border-color: #A23BDA;
}
.TagClassName
{
border-color: #A23BDA;
}
</style>