Shades of Dark Orchid #A321C7
Tints of Dark Orchid #A321C7
RGB
CMYK
RGB Variations
Color information
#A321C7 (or 0xA321C7) is known color: Dark Orchid. HEX triplet: A3, 21 and C7. RGB value is (163,33,199). Sum of RGB (Red+Green+Blue) = 163+33+199=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 199 (78.12% from 255 or 50.38% from 395); Max value from RGB is 199 - color contains mainly: blue. Hex color #A321C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A321C7 is #5CDE38. Grayscale: #5A5A5A. Windows color (decimal): -6086201 or 13050275. OLE color: 13050275.
HSL color Cylindrical-coordinate representation of color #A321C7: hue angle of 286.99º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A321C7 is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 33 | 199 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.22 |
| HSL | 286.99º | 0.72% | 0.45% | - |
| HSV(B) | 286.99º | 0.83% | 0.78% | - |
| XYZ | 25.96 | 13 | 55.17 | - |
| YUV | 90.79 | 189.07 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 199 | 0.18 | 0.83 | 0 | 0.22 | 286.99 | 0.72 | 0.45 |
| Hex | A3 | 21 | C7 | 12 | 53 | 0 | 16 | 11F | 48 | 2D |
| Octal | 243 | 41 | 307 | 22 | 123 | 0 | 26 | 437 | 110 | 55 |
| Binary | 10100011 | 100001 | 11000111 | 10010 | 1010011 | 0 | 10110 | 100011111 | 1001000 | 101101 |
Color Harmonies of #A321C7
Complementary color
Monochromatic Colors of #A321C7
Black with #A321C7
Text Example
Text Example
White with #A321C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A321C7; }
p { color: rgb(163,33,199); }
H1.HeaderClassName
{
color: #A321C7;
}
.AnyTagClassName
{
color: #A321C7;
}
</style>
background-color css
<style>
a { background-color: #A321C7; }
a { background-color: rgb(163,33,199); }
div.DivClassName
{
background-color: #A321C7;
}
.BgClassName
{
background-color: #A321C7;
}
</style>
border-color css
<style>
span { border-color: #A321C7; }
span { border-color: rgb(163,33,199); }
td.TdClassName
{
border-color: #A321C7;
}
.TagClassName
{
border-color: #A321C7;
}
</style>