Shades of Dark Orchid #A132DC
Tints of Dark Orchid #A132DC
RGB
CMYK
RGB Variations
Color information
#A132DC (or 0xA132DC) is known color: Dark Orchid. HEX triplet: A1, 32 and DC. RGB value is (161,50,220). Sum of RGB (Red+Green+Blue) = 161+50+220=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #A132DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A132DC is #5ECD23. Grayscale: #666666. Windows color (decimal): -6212900 or 14430881. OLE color: 14430881.
HSL color Cylindrical-coordinate representation of color #A132DC: hue angle of 279.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A132DC is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 50 | 220 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.14 |
| HSL | 279.18º | 0.71% | 0.53% | - |
| HSV(B) | 279.18º | 0.77% | 0.86% | - |
| XYZ | 28.76 | 15.03 | 69.09 | - |
| YUV | 102.57 | 194.27 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 50 | 220 | 0.27 | 0.77 | 0 | 0.14 | 279.18 | 0.71 | 0.53 |
| Hex | A1 | 32 | DC | 1B | 4D | 0 | E | 117 | 47 | 35 |
| Octal | 241 | 62 | 334 | 33 | 115 | 0 | 16 | 427 | 107 | 65 |
| Binary | 10100001 | 110010 | 11011100 | 11011 | 1001101 | 0 | 1110 | 100010111 | 1000111 | 110101 |
Color Harmonies of #A132DC
Complementary color
Monochromatic Colors of #A132DC
Black with #A132DC
Text Example
Text Example
White with #A132DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A132DC; }
p { color: rgb(161,50,220); }
H1.HeaderClassName
{
color: #A132DC;
}
.AnyTagClassName
{
color: #A132DC;
}
</style>
background-color css
<style>
a { background-color: #A132DC; }
a { background-color: rgb(161,50,220); }
div.DivClassName
{
background-color: #A132DC;
}
.BgClassName
{
background-color: #A132DC;
}
</style>
border-color css
<style>
span { border-color: #A132DC; }
span { border-color: rgb(161,50,220); }
td.TdClassName
{
border-color: #A132DC;
}
.TagClassName
{
border-color: #A132DC;
}
</style>