Shades of Dark Orchid #A323DE
Tints of Dark Orchid #A323DE
RGB
CMYK
RGB Variations
Color information
#A323DE (or 0xA323DE) is known color: Dark Orchid. HEX triplet: A3, 23 and DE. RGB value is (163,35,222). Sum of RGB (Red+Green+Blue) = 163+35+222=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 35 (14.06% from 255 or 8.33% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #A323DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A323DE is #5CDC21. Grayscale: #5D5D5D. Windows color (decimal): -6085666 or 14558115. OLE color: 14558115.
HSL color Cylindrical-coordinate representation of color #A323DE: hue angle of 281.07º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A323DE is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 35 | 222 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.13 |
| HSL | 281.07º | 0.74% | 0.5% | - |
| HSV(B) | 281.07º | 0.84% | 0.87% | - |
| XYZ | 28.89 | 14.26 | 70.34 | - |
| YUV | 94.59 | 199.91 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 35 | 222 | 0.27 | 0.84 | 0 | 0.13 | 281.07 | 0.74 | 0.5 |
| Hex | A3 | 23 | DE | 1B | 54 | 0 | D | 119 | 4A | 32 |
| Octal | 243 | 43 | 336 | 33 | 124 | 0 | 15 | 431 | 112 | 62 |
| Binary | 10100011 | 100011 | 11011110 | 11011 | 1010100 | 0 | 1101 | 100011001 | 1001010 | 110010 |
Color Harmonies of #A323DE
Complementary color
Monochromatic Colors of #A323DE
Black with #A323DE
Text Example
Text Example
White with #A323DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A323DE; }
p { color: rgb(163,35,222); }
H1.HeaderClassName
{
color: #A323DE;
}
.AnyTagClassName
{
color: #A323DE;
}
</style>
background-color css
<style>
a { background-color: #A323DE; }
a { background-color: rgb(163,35,222); }
div.DivClassName
{
background-color: #A323DE;
}
.BgClassName
{
background-color: #A323DE;
}
</style>
border-color css
<style>
span { border-color: #A323DE; }
span { border-color: rgb(163,35,222); }
td.TdClassName
{
border-color: #A323DE;
}
.TagClassName
{
border-color: #A323DE;
}
</style>