Shades of Dark Orchid #A921C2
Tints of Dark Orchid #A921C2
RGB
CMYK
RGB Variations
Color information
#A921C2 (or 0xA921C2) is known color: Dark Orchid. HEX triplet: A9, 21 and C2. RGB value is (169,33,194). Sum of RGB (Red+Green+Blue) = 169+33+194=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 194 (76.17% from 255 or 48.99% from 396); Max value from RGB is 194 - color contains mainly: blue. Hex color #A921C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A921C2 is #56DE3D. Grayscale: #5B5B5B. Windows color (decimal): -5692990 or 12722601. OLE color: 12722601.
HSL color Cylindrical-coordinate representation of color #A921C2: hue angle of 290.68º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A921C2 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 33 | 194 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.24 |
| HSL | 290.68º | 0.71% | 0.45% | - |
| HSV(B) | 290.68º | 0.83% | 0.76% | - |
| XYZ | 26.64 | 13.42 | 52.22 | - |
| YUV | 92.02 | 185.56 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 33 | 194 | 0.13 | 0.83 | 0 | 0.24 | 290.68 | 0.71 | 0.45 |
| Hex | A9 | 21 | C2 | D | 53 | 0 | 18 | 123 | 47 | 2D |
| Octal | 251 | 41 | 302 | 15 | 123 | 0 | 30 | 443 | 107 | 55 |
| Binary | 10101001 | 100001 | 11000010 | 1101 | 1010011 | 0 | 11000 | 100100011 | 1000111 | 101101 |
Color Harmonies of #A921C2
Complementary color
Monochromatic Colors of #A921C2
Black with #A921C2
Text Example
Text Example
White with #A921C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A921C2; }
p { color: rgb(169,33,194); }
H1.HeaderClassName
{
color: #A921C2;
}
.AnyTagClassName
{
color: #A921C2;
}
</style>
background-color css
<style>
a { background-color: #A921C2; }
a { background-color: rgb(169,33,194); }
div.DivClassName
{
background-color: #A921C2;
}
.BgClassName
{
background-color: #A921C2;
}
</style>
border-color css
<style>
span { border-color: #A921C2; }
span { border-color: rgb(169,33,194); }
td.TdClassName
{
border-color: #A921C2;
}
.TagClassName
{
border-color: #A921C2;
}
</style>