Shades of Dark Orchid #A132CB
Tints of Dark Orchid #A132CB
RGB
CMYK
RGB Variations
Color information
#A132CB (or 0xA132CB) is known color: Dark Orchid. HEX triplet: A1, 32 and CB. RGB value is (161,50,203). Sum of RGB (Red+Green+Blue) = 161+50+203=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #A132CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A132CB is #5ECD34. Grayscale: #646464. Windows color (decimal): -6212917 or 13316769. OLE color: 13316769.
HSL color Cylindrical-coordinate representation of color #A132CB: hue angle of 283.53º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A132CB is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 50 | 203 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.20 |
| HSL | 283.53º | 0.6% | 0.5% | - |
| HSV(B) | 283.53º | 0.75% | 0.8% | - |
| XYZ | 26.62 | 14.17 | 57.83 | - |
| YUV | 100.63 | 185.77 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 50 | 203 | 0.21 | 0.75 | 0 | 0.20 | 283.53 | 0.6 | 0.5 |
| Hex | A1 | 32 | CB | 15 | 4B | 0 | 14 | 11C | 3C | 32 |
| Octal | 241 | 62 | 313 | 25 | 113 | 0 | 24 | 434 | 74 | 62 |
| Binary | 10100001 | 110010 | 11001011 | 10101 | 1001011 | 0 | 10100 | 100011100 | 111100 | 110010 |
Color Harmonies of #A132CB
Complementary color
Monochromatic Colors of #A132CB
Black with #A132CB
Text Example
Text Example
White with #A132CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A132CB; }
p { color: rgb(161,50,203); }
H1.HeaderClassName
{
color: #A132CB;
}
.AnyTagClassName
{
color: #A132CB;
}
</style>
background-color css
<style>
a { background-color: #A132CB; }
a { background-color: rgb(161,50,203); }
div.DivClassName
{
background-color: #A132CB;
}
.BgClassName
{
background-color: #A132CB;
}
</style>
border-color css
<style>
span { border-color: #A132CB; }
span { border-color: rgb(161,50,203); }
td.TdClassName
{
border-color: #A132CB;
}
.TagClassName
{
border-color: #A132CB;
}
</style>