Shades of Dark Orchid #A132D6
Tints of Dark Orchid #A132D6
RGB
CMYK
RGB Variations
Color information
#A132D6 (or 0xA132D6) is known color: Dark Orchid. HEX triplet: A1, 32 and D6. RGB value is (161,50,214). Sum of RGB (Red+Green+Blue) = 161+50+214=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 50 (19.92% from 255 or 11.76% from 425); Blue value is 214 (83.98% from 255 or 50.35% from 425); Max value from RGB is 214 - color contains mainly: blue. Hex color #A132D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A132D6 is #5ECD29. Grayscale: #656565. Windows color (decimal): -6212906 or 14037665. OLE color: 14037665.
HSL color Cylindrical-coordinate representation of color #A132D6: hue angle of 280.61º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A132D6 is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 50 | 214 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.16 |
| HSL | 280.61º | 0.67% | 0.52% | - |
| HSV(B) | 280.61º | 0.77% | 0.84% | - |
| XYZ | 27.98 | 14.71 | 64.98 | - |
| YUV | 101.89 | 191.27 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 50 | 214 | 0.25 | 0.77 | 0 | 0.16 | 280.61 | 0.67 | 0.52 |
| Hex | A1 | 32 | D6 | 19 | 4D | 0 | 10 | 119 | 43 | 34 |
| Octal | 241 | 62 | 326 | 31 | 115 | 0 | 20 | 431 | 103 | 64 |
| Binary | 10100001 | 110010 | 11010110 | 11001 | 1001101 | 0 | 10000 | 100011001 | 1000011 | 110100 |
Color Harmonies of #A132D6
Complementary color
Monochromatic Colors of #A132D6
Black with #A132D6
Text Example
Text Example
White with #A132D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A132D6; }
p { color: rgb(161,50,214); }
H1.HeaderClassName
{
color: #A132D6;
}
.AnyTagClassName
{
color: #A132D6;
}
</style>
background-color css
<style>
a { background-color: #A132D6; }
a { background-color: rgb(161,50,214); }
div.DivClassName
{
background-color: #A132D6;
}
.BgClassName
{
background-color: #A132D6;
}
</style>
border-color css
<style>
span { border-color: #A132D6; }
span { border-color: rgb(161,50,214); }
td.TdClassName
{
border-color: #A132D6;
}
.TagClassName
{
border-color: #A132D6;
}
</style>