Shades of Dark Orchid #A23ADC
Tints of Dark Orchid #A23ADC
RGB
CMYK
RGB Variations
Color information
#A23ADC (or 0xA23ADC) is known color: Dark Orchid. HEX triplet: A2, 3A and DC. RGB value is (162,58,220). Sum of RGB (Red+Green+Blue) = 162+58+220=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 58 (23.05% from 255 or 13.18% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #A23ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23ADC is #5DC523. Grayscale: #6B6B6B. Windows color (decimal): -6145316 or 14432930. OLE color: 14432930.
HSL color Cylindrical-coordinate representation of color #A23ADC: hue angle of 278.52º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A23ADC is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 58 | 220 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.14 |
| HSL | 278.52º | 0.7% | 0.55% | - |
| HSV(B) | 278.52º | 0.74% | 0.86% | - |
| XYZ | 29.33 | 15.87 | 69.23 | - |
| YUV | 107.56 | 191.46 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 220 | 0.26 | 0.74 | 0 | 0.14 | 278.52 | 0.7 | 0.55 |
| Hex | A2 | 3A | DC | 1A | 4A | 0 | E | 117 | 46 | 37 |
| Octal | 242 | 72 | 334 | 32 | 112 | 0 | 16 | 427 | 106 | 67 |
| Binary | 10100010 | 111010 | 11011100 | 11010 | 1001010 | 0 | 1110 | 100010111 | 1000110 | 110111 |
Color Harmonies of #A23ADC
Complementary color
Monochromatic Colors of #A23ADC
Black with #A23ADC
Text Example
Text Example
White with #A23ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23ADC; }
p { color: rgb(162,58,220); }
H1.HeaderClassName
{
color: #A23ADC;
}
.AnyTagClassName
{
color: #A23ADC;
}
</style>
background-color css
<style>
a { background-color: #A23ADC; }
a { background-color: rgb(162,58,220); }
div.DivClassName
{
background-color: #A23ADC;
}
.BgClassName
{
background-color: #A23ADC;
}
</style>
border-color css
<style>
span { border-color: #A23ADC; }
span { border-color: rgb(162,58,220); }
td.TdClassName
{
border-color: #A23ADC;
}
.TagClassName
{
border-color: #A23ADC;
}
</style>