Shades of Dark Orchid #A321CB
Tints of Dark Orchid #A321CB
RGB
CMYK
RGB Variations
Color information
#A321CB (or 0xA321CB) is known color: Dark Orchid. HEX triplet: A3, 21 and CB. RGB value is (163,33,203). Sum of RGB (Red+Green+Blue) = 163+33+203=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #A321CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A321CB is #5CDE34. Grayscale: #5A5A5A. Windows color (decimal): -6086197 or 13312419. OLE color: 13312419.
HSL color Cylindrical-coordinate representation of color #A321CB: hue angle of 285.88º 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 #A321CB is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 33 | 203 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.20 |
| HSL | 285.88º | 0.72% | 0.46% | - |
| HSV(B) | 285.88º | 0.84% | 0.8% | - |
| XYZ | 26.43 | 13.19 | 57.65 | - |
| YUV | 91.25 | 191.07 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 203 | 0.20 | 0.84 | 0 | 0.20 | 285.88 | 0.72 | 0.46 |
| Hex | A3 | 21 | CB | 14 | 54 | 0 | 14 | 11E | 48 | 2E |
| Octal | 243 | 41 | 313 | 24 | 124 | 0 | 24 | 436 | 110 | 56 |
| Binary | 10100011 | 100001 | 11001011 | 10100 | 1010100 | 0 | 10100 | 100011110 | 1001000 | 101110 |
Color Harmonies of #A321CB
Complementary color
Monochromatic Colors of #A321CB
Black with #A321CB
Text Example
Text Example
White with #A321CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A321CB; }
p { color: rgb(163,33,203); }
H1.HeaderClassName
{
color: #A321CB;
}
.AnyTagClassName
{
color: #A321CB;
}
</style>
background-color css
<style>
a { background-color: #A321CB; }
a { background-color: rgb(163,33,203); }
div.DivClassName
{
background-color: #A321CB;
}
.BgClassName
{
background-color: #A321CB;
}
</style>
border-color css
<style>
span { border-color: #A321CB; }
span { border-color: rgb(163,33,203); }
td.TdClassName
{
border-color: #A321CB;
}
.TagClassName
{
border-color: #A321CB;
}
</style>