Shades of Dark Orchid #A23DDA
Tints of Dark Orchid #A23DDA
RGB
CMYK
RGB Variations
Color information
#A23DDA (or 0xA23DDA) is known color: Dark Orchid. HEX triplet: A2, 3D and DA. RGB value is (162,61,218). Sum of RGB (Red+Green+Blue) = 162+61+218=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #A23DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23DDA is #5DC225. Grayscale: #6C6C6C. Windows color (decimal): -6144550 or 14302626. OLE color: 14302626.
HSL color Cylindrical-coordinate representation of color #A23DDA: hue angle of 278.6º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A23DDA is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 61 | 218 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.15 |
| HSL | 278.6º | 0.68% | 0.55% | - |
| HSV(B) | 278.6º | 0.72% | 0.85% | - |
| XYZ | 29.22 | 16.08 | 67.89 | - |
| YUV | 109.1 | 189.46 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 61 | 218 | 0.26 | 0.72 | 0 | 0.15 | 278.6 | 0.68 | 0.55 |
| Hex | A2 | 3D | DA | 1A | 48 | 0 | F | 117 | 44 | 37 |
| Octal | 242 | 75 | 332 | 32 | 110 | 0 | 17 | 427 | 104 | 67 |
| Binary | 10100010 | 111101 | 11011010 | 11010 | 1001000 | 0 | 1111 | 100010111 | 1000100 | 110111 |
Color Harmonies of #A23DDA
Complementary color
Monochromatic Colors of #A23DDA
Black with #A23DDA
Text Example
Text Example
White with #A23DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23DDA; }
p { color: rgb(162,61,218); }
H1.HeaderClassName
{
color: #A23DDA;
}
.AnyTagClassName
{
color: #A23DDA;
}
</style>
background-color css
<style>
a { background-color: #A23DDA; }
a { background-color: rgb(162,61,218); }
div.DivClassName
{
background-color: #A23DDA;
}
.BgClassName
{
background-color: #A23DDA;
}
</style>
border-color css
<style>
span { border-color: #A23DDA; }
span { border-color: rgb(162,61,218); }
td.TdClassName
{
border-color: #A23DDA;
}
.TagClassName
{
border-color: #A23DDA;
}
</style>