Shades of Dark Orchid #A132C9
Tints of Dark Orchid #A132C9
RGB
CMYK
RGB Variations
Color information
#A132C9 (or 0xA132C9) is known color: Dark Orchid. HEX triplet: A1, 32 and C9. RGB value is (161,50,201). Sum of RGB (Red+Green+Blue) = 161+50+201=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 201 - color contains mainly: blue. Hex color #A132C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A132C9 is #5ECD36. Grayscale: #636363. Windows color (decimal): -6212919 or 13185697. OLE color: 13185697.
HSL color Cylindrical-coordinate representation of color #A132C9: hue angle of 284.11º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A132C9 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 50 | 201 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.21 |
| HSL | 284.11º | 0.6% | 0.49% | - |
| HSV(B) | 284.11º | 0.75% | 0.79% | - |
| XYZ | 26.38 | 14.08 | 56.58 | - |
| YUV | 100.4 | 184.77 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 50 | 201 | 0.20 | 0.75 | 0 | 0.21 | 284.11 | 0.6 | 0.49 |
| Hex | A1 | 32 | C9 | 14 | 4B | 0 | 15 | 11C | 3C | 31 |
| Octal | 241 | 62 | 311 | 24 | 113 | 0 | 25 | 434 | 74 | 61 |
| Binary | 10100001 | 110010 | 11001001 | 10100 | 1001011 | 0 | 10101 | 100011100 | 111100 | 110001 |
Color Harmonies of #A132C9
Complementary color
Monochromatic Colors of #A132C9
Black with #A132C9
Text Example
Text Example
White with #A132C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A132C9; }
p { color: rgb(161,50,201); }
H1.HeaderClassName
{
color: #A132C9;
}
.AnyTagClassName
{
color: #A132C9;
}
</style>
background-color css
<style>
a { background-color: #A132C9; }
a { background-color: rgb(161,50,201); }
div.DivClassName
{
background-color: #A132C9;
}
.BgClassName
{
background-color: #A132C9;
}
</style>
border-color css
<style>
span { border-color: #A132C9; }
span { border-color: rgb(161,50,201); }
td.TdClassName
{
border-color: #A132C9;
}
.TagClassName
{
border-color: #A132C9;
}
</style>