Shades of Dark Orchid #A921C1
Tints of Dark Orchid #A921C1
RGB
CMYK
RGB Variations
Color information
#A921C1 (or 0xA921C1) is known color: Dark Orchid. HEX triplet: A9, 21 and C1. RGB value is (169,33,193). Sum of RGB (Red+Green+Blue) = 169+33+193=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 193 (75.78% from 255 or 48.86% from 395); Max value from RGB is 193 - color contains mainly: blue. Hex color #A921C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A921C1 is #56DE3E. Grayscale: #5B5B5B. Windows color (decimal): -5692991 or 12657065. OLE color: 12657065.
HSL color Cylindrical-coordinate representation of color #A921C1: hue angle of 291º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A921C1 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 33 | 193 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.24 |
| HSL | 291º | 0.71% | 0.44% | - |
| HSV(B) | 291º | 0.83% | 0.76% | - |
| XYZ | 26.53 | 13.37 | 51.63 | - |
| YUV | 91.9 | 185.06 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 33 | 193 | 0.12 | 0.83 | 0 | 0.24 | 291 | 0.71 | 0.44 |
| Hex | A9 | 21 | C1 | C | 53 | 0 | 18 | 123 | 47 | 2C |
| Octal | 251 | 41 | 301 | 14 | 123 | 0 | 30 | 443 | 107 | 54 |
| Binary | 10101001 | 100001 | 11000001 | 1100 | 1010011 | 0 | 11000 | 100100011 | 1000111 | 101100 |
Color Harmonies of #A921C1
Complementary color
Monochromatic Colors of #A921C1
Black with #A921C1
Text Example
Text Example
White with #A921C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A921C1; }
p { color: rgb(169,33,193); }
H1.HeaderClassName
{
color: #A921C1;
}
.AnyTagClassName
{
color: #A921C1;
}
</style>
background-color css
<style>
a { background-color: #A921C1; }
a { background-color: rgb(169,33,193); }
div.DivClassName
{
background-color: #A921C1;
}
.BgClassName
{
background-color: #A921C1;
}
</style>
border-color css
<style>
span { border-color: #A921C1; }
span { border-color: rgb(169,33,193); }
td.TdClassName
{
border-color: #A921C1;
}
.TagClassName
{
border-color: #A921C1;
}
</style>