Shades of Dark Orchid #A323CE
Tints of Dark Orchid #A323CE
RGB
CMYK
RGB Variations
Color information
#A323CE (or 0xA323CE) is known color: Dark Orchid. HEX triplet: A3, 23 and CE. RGB value is (163,35,206). Sum of RGB (Red+Green+Blue) = 163+35+206=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 35 (14.06% from 255 or 8.66% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #A323CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A323CE is #5CDC31. Grayscale: #5C5C5C. Windows color (decimal): -6085682 or 13509539. OLE color: 13509539.
HSL color Cylindrical-coordinate representation of color #A323CE: hue angle of 284.91º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A323CE is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 35 | 206 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.19 |
| HSL | 284.91º | 0.71% | 0.47% | - |
| HSV(B) | 284.91º | 0.83% | 0.81% | - |
| XYZ | 26.85 | 13.44 | 59.57 | - |
| YUV | 92.77 | 191.91 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 35 | 206 | 0.21 | 0.83 | 0 | 0.19 | 284.91 | 0.71 | 0.47 |
| Hex | A3 | 23 | CE | 15 | 53 | 0 | 13 | 11D | 47 | 2F |
| Octal | 243 | 43 | 316 | 25 | 123 | 0 | 23 | 435 | 107 | 57 |
| Binary | 10100011 | 100011 | 11001110 | 10101 | 1010011 | 0 | 10011 | 100011101 | 1000111 | 101111 |
Color Harmonies of #A323CE
Complementary color
Monochromatic Colors of #A323CE
Black with #A323CE
Text Example
Text Example
White with #A323CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A323CE; }
p { color: rgb(163,35,206); }
H1.HeaderClassName
{
color: #A323CE;
}
.AnyTagClassName
{
color: #A323CE;
}
</style>
background-color css
<style>
a { background-color: #A323CE; }
a { background-color: rgb(163,35,206); }
div.DivClassName
{
background-color: #A323CE;
}
.BgClassName
{
background-color: #A323CE;
}
</style>
border-color css
<style>
span { border-color: #A323CE; }
span { border-color: rgb(163,35,206); }
td.TdClassName
{
border-color: #A323CE;
}
.TagClassName
{
border-color: #A323CE;
}
</style>