Shades of Dark Orchid #A323CD
Tints of Dark Orchid #A323CD
RGB
CMYK
RGB Variations
Color information
#A323CD (or 0xA323CD) is known color: Dark Orchid. HEX triplet: A3, 23 and CD. RGB value is (163,35,205). Sum of RGB (Red+Green+Blue) = 163+35+205=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 35 (14.06% from 255 or 8.68% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #A323CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A323CD is #5CDC32. Grayscale: #5C5C5C. Windows color (decimal): -6085683 or 13444003. OLE color: 13444003.
HSL color Cylindrical-coordinate representation of color #A323CD: hue angle of 285.18º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A323CD is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 35 | 205 | - |
| CMYK | 0.20 | 0.83 | 0 | 0.20 |
| HSL | 285.18º | 0.71% | 0.47% | - |
| HSV(B) | 285.18º | 0.83% | 0.8% | - |
| XYZ | 26.72 | 13.4 | 58.93 | - |
| YUV | 92.65 | 191.41 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 35 | 205 | 0.20 | 0.83 | 0 | 0.20 | 285.18 | 0.71 | 0.47 |
| Hex | A3 | 23 | CD | 14 | 53 | 0 | 14 | 11D | 47 | 2F |
| Octal | 243 | 43 | 315 | 24 | 123 | 0 | 24 | 435 | 107 | 57 |
| Binary | 10100011 | 100011 | 11001101 | 10100 | 1010011 | 0 | 10100 | 100011101 | 1000111 | 101111 |
Color Harmonies of #A323CD
Complementary color
Monochromatic Colors of #A323CD
Black with #A323CD
Text Example
Text Example
White with #A323CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A323CD; }
p { color: rgb(163,35,205); }
H1.HeaderClassName
{
color: #A323CD;
}
.AnyTagClassName
{
color: #A323CD;
}
</style>
background-color css
<style>
a { background-color: #A323CD; }
a { background-color: rgb(163,35,205); }
div.DivClassName
{
background-color: #A323CD;
}
.BgClassName
{
background-color: #A323CD;
}
</style>
border-color css
<style>
span { border-color: #A323CD; }
span { border-color: rgb(163,35,205); }
td.TdClassName
{
border-color: #A323CD;
}
.TagClassName
{
border-color: #A323CD;
}
</style>