Shades of Dark Orchid #A632E3
Tints of Dark Orchid #A632E3
RGB
CMYK
RGB Variations
Color information
#A632E3 (or 0xA632E3) is known color: Dark Orchid. HEX triplet: A6, 32 and E3. RGB value is (166,50,227). Sum of RGB (Red+Green+Blue) = 166+50+227=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 227 (89.06% from 255 or 51.24% from 443); Max value from RGB is 227 - color contains mainly: blue. Hex color #A632E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A632E3 is #59CD1C. Grayscale: #686868. Windows color (decimal): -5885213 or 14889638. OLE color: 14889638.
HSL color Cylindrical-coordinate representation of color #A632E3: hue angle of 279.32º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A632E3 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 50 | 227 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.11 |
| HSL | 279.32º | 0.76% | 0.54% | - |
| HSV(B) | 279.32º | 0.78% | 0.89% | - |
| XYZ | 30.73 | 15.93 | 74.13 | - |
| YUV | 104.86 | 196.93 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 227 | 0.27 | 0.78 | 0 | 0.11 | 279.32 | 0.76 | 0.54 |
| Hex | A6 | 32 | E3 | 1B | 4E | 0 | B | 117 | 4C | 36 |
| Octal | 246 | 62 | 343 | 33 | 116 | 0 | 13 | 427 | 114 | 66 |
| Binary | 10100110 | 110010 | 11100011 | 11011 | 1001110 | 0 | 1011 | 100010111 | 1001100 | 110110 |
Color Harmonies of #A632E3
Complementary color
Monochromatic Colors of #A632E3
Black with #A632E3
Text Example
Text Example
White with #A632E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A632E3; }
p { color: rgb(166,50,227); }
H1.HeaderClassName
{
color: #A632E3;
}
.AnyTagClassName
{
color: #A632E3;
}
</style>
background-color css
<style>
a { background-color: #A632E3; }
a { background-color: rgb(166,50,227); }
div.DivClassName
{
background-color: #A632E3;
}
.BgClassName
{
background-color: #A632E3;
}
</style>
border-color css
<style>
span { border-color: #A632E3; }
span { border-color: rgb(166,50,227); }
td.TdClassName
{
border-color: #A632E3;
}
.TagClassName
{
border-color: #A632E3;
}
</style>