Shades of Dark Orchid #A321CC
Tints of Dark Orchid #A321CC
RGB
CMYK
RGB Variations
Color information
#A321CC (or 0xA321CC) is known color: Dark Orchid. HEX triplet: A3, 21 and CC. RGB value is (163,33,204). Sum of RGB (Red+Green+Blue) = 163+33+204=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #A321CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A321CC is #5CDE33. Grayscale: #5A5A5A. Windows color (decimal): -6086196 or 13377955. OLE color: 13377955.
HSL color Cylindrical-coordinate representation of color #A321CC: hue angle of 285.61º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A321CC is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 33 | 204 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.2 |
| HSL | 285.61º | 0.72% | 0.46% | - |
| HSV(B) | 285.61º | 0.84% | 0.8% | - |
| XYZ | 26.55 | 13.23 | 58.28 | - |
| YUV | 91.36 | 191.57 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 204 | 0.20 | 0.84 | 0 | 0.2 | 285.61 | 0.72 | 0.46 |
| Hex | A3 | 21 | CC | 14 | 54 | 0 | 14 | 11E | 48 | 2E |
| Octal | 243 | 41 | 314 | 24 | 124 | 0 | 24 | 436 | 110 | 56 |
| Binary | 10100011 | 100001 | 11001100 | 10100 | 1010100 | 0 | 10100 | 100011110 | 1001000 | 101110 |
Color Harmonies of #A321CC
Complementary color
Monochromatic Colors of #A321CC
Black with #A321CC
Text Example
Text Example
White with #A321CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A321CC; }
p { color: rgb(163,33,204); }
H1.HeaderClassName
{
color: #A321CC;
}
.AnyTagClassName
{
color: #A321CC;
}
</style>
background-color css
<style>
a { background-color: #A321CC; }
a { background-color: rgb(163,33,204); }
div.DivClassName
{
background-color: #A321CC;
}
.BgClassName
{
background-color: #A321CC;
}
</style>
border-color css
<style>
span { border-color: #A321CC; }
span { border-color: rgb(163,33,204); }
td.TdClassName
{
border-color: #A321CC;
}
.TagClassName
{
border-color: #A321CC;
}
</style>