Shades of Dark Orchid #A632E1
Tints of Dark Orchid #A632E1
RGB
CMYK
RGB Variations
Color information
#A632E1 (or 0xA632E1) is known color: Dark Orchid. HEX triplet: A6, 32 and E1. RGB value is (166,50,225). Sum of RGB (Red+Green+Blue) = 166+50+225=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 225 (88.28% from 255 or 51.02% from 441); Max value from RGB is 225 - color contains mainly: blue. Hex color #A632E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A632E1 is #59CD1E. Grayscale: #686868. Windows color (decimal): -5885215 or 14758566. OLE color: 14758566.
HSL color Cylindrical-coordinate representation of color #A632E1: hue angle of 279.77º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A632E1 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 50 | 225 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.12 |
| HSL | 279.77º | 0.74% | 0.54% | - |
| HSV(B) | 279.77º | 0.78% | 0.88% | - |
| XYZ | 30.46 | 15.82 | 72.68 | - |
| YUV | 104.63 | 195.93 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 225 | 0.26 | 0.78 | 0 | 0.12 | 279.77 | 0.74 | 0.54 |
| Hex | A6 | 32 | E1 | 1A | 4E | 0 | C | 118 | 4A | 36 |
| Octal | 246 | 62 | 341 | 32 | 116 | 0 | 14 | 430 | 112 | 66 |
| Binary | 10100110 | 110010 | 11100001 | 11010 | 1001110 | 0 | 1100 | 100011000 | 1001010 | 110110 |
Color Harmonies of #A632E1
Complementary color
Monochromatic Colors of #A632E1
Black with #A632E1
Text Example
Text Example
White with #A632E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A632E1; }
p { color: rgb(166,50,225); }
H1.HeaderClassName
{
color: #A632E1;
}
.AnyTagClassName
{
color: #A632E1;
}
</style>
background-color css
<style>
a { background-color: #A632E1; }
a { background-color: rgb(166,50,225); }
div.DivClassName
{
background-color: #A632E1;
}
.BgClassName
{
background-color: #A632E1;
}
</style>
border-color css
<style>
span { border-color: #A632E1; }
span { border-color: rgb(166,50,225); }
td.TdClassName
{
border-color: #A632E1;
}
.TagClassName
{
border-color: #A632E1;
}
</style>