Shades of Dark Orchid #A632DC
Tints of Dark Orchid #A632DC
RGB
CMYK
RGB Variations
Color information
#A632DC (or 0xA632DC) is known color: Dark Orchid. HEX triplet: A6, 32 and DC. RGB value is (166,50,220). Sum of RGB (Red+Green+Blue) = 166+50+220=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #A632DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A632DC is #59CD23. Grayscale: #676767. Windows color (decimal): -5885220 or 14430886. OLE color: 14430886.
HSL color Cylindrical-coordinate representation of color #A632DC: hue angle of 280.94º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A632DC is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 50 | 220 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.14 |
| HSL | 280.94º | 0.71% | 0.53% | - |
| HSV(B) | 280.94º | 0.77% | 0.86% | - |
| XYZ | 29.78 | 15.56 | 69.14 | - |
| YUV | 104.06 | 193.43 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 220 | 0.25 | 0.77 | 0 | 0.14 | 280.94 | 0.71 | 0.53 |
| Hex | A6 | 32 | DC | 19 | 4D | 0 | E | 119 | 47 | 35 |
| Octal | 246 | 62 | 334 | 31 | 115 | 0 | 16 | 431 | 107 | 65 |
| Binary | 10100110 | 110010 | 11011100 | 11001 | 1001101 | 0 | 1110 | 100011001 | 1000111 | 110101 |
Color Harmonies of #A632DC
Complementary color
Monochromatic Colors of #A632DC
Black with #A632DC
Text Example
Text Example
White with #A632DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A632DC; }
p { color: rgb(166,50,220); }
H1.HeaderClassName
{
color: #A632DC;
}
.AnyTagClassName
{
color: #A632DC;
}
</style>
background-color css
<style>
a { background-color: #A632DC; }
a { background-color: rgb(166,50,220); }
div.DivClassName
{
background-color: #A632DC;
}
.BgClassName
{
background-color: #A632DC;
}
</style>
border-color css
<style>
span { border-color: #A632DC; }
span { border-color: rgb(166,50,220); }
td.TdClassName
{
border-color: #A632DC;
}
.TagClassName
{
border-color: #A632DC;
}
</style>