Shades of Dark Orchid #A23DDC
Tints of Dark Orchid #A23DDC
RGB
CMYK
RGB Variations
Color information
#A23DDC (or 0xA23DDC) is known color: Dark Orchid. HEX triplet: A2, 3D and DC. RGB value is (162,61,220). Sum of RGB (Red+Green+Blue) = 162+61+220=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #A23DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23DDC is #5DC223. Grayscale: #6C6C6C. Windows color (decimal): -6144548 or 14433698. OLE color: 14433698.
HSL color Cylindrical-coordinate representation of color #A23DDC: hue angle of 278.11º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A23DDC is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 61 | 220 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.14 |
| HSL | 278.11º | 0.69% | 0.55% | - |
| HSV(B) | 278.11º | 0.72% | 0.86% | - |
| XYZ | 29.49 | 16.19 | 69.28 | - |
| YUV | 109.33 | 190.46 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 61 | 220 | 0.26 | 0.72 | 0 | 0.14 | 278.11 | 0.69 | 0.55 |
| Hex | A2 | 3D | DC | 1A | 48 | 0 | E | 116 | 45 | 37 |
| Octal | 242 | 75 | 334 | 32 | 110 | 0 | 16 | 426 | 105 | 67 |
| Binary | 10100010 | 111101 | 11011100 | 11010 | 1001000 | 0 | 1110 | 100010110 | 1000101 | 110111 |
Color Harmonies of #A23DDC
Complementary color
Monochromatic Colors of #A23DDC
Black with #A23DDC
Text Example
Text Example
White with #A23DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23DDC; }
p { color: rgb(162,61,220); }
H1.HeaderClassName
{
color: #A23DDC;
}
.AnyTagClassName
{
color: #A23DDC;
}
</style>
background-color css
<style>
a { background-color: #A23DDC; }
a { background-color: rgb(162,61,220); }
div.DivClassName
{
background-color: #A23DDC;
}
.BgClassName
{
background-color: #A23DDC;
}
</style>
border-color css
<style>
span { border-color: #A23DDC; }
span { border-color: rgb(162,61,220); }
td.TdClassName
{
border-color: #A23DDC;
}
.TagClassName
{
border-color: #A23DDC;
}
</style>