Shades of Dark Orchid #A637DD
Tints of Dark Orchid #A637DD
RGB
CMYK
RGB Variations
Color information
#A637DD (or 0xA637DD) is known color: Dark Orchid. HEX triplet: A6, 37 and DD. RGB value is (166,55,221). Sum of RGB (Red+Green+Blue) = 166+55+221=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 55 (21.88% from 255 or 12.44% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #A637DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A637DD is #59C822. Grayscale: #6A6A6A. Windows color (decimal): -5883939 or 14497702. OLE color: 14497702.
HSL color Cylindrical-coordinate representation of color #A637DD: hue angle of 280.12º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A637DD is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 55 | 221 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.13 |
| HSL | 280.12º | 0.71% | 0.54% | - |
| HSV(B) | 280.12º | 0.75% | 0.87% | - |
| XYZ | 30.14 | 16.06 | 69.92 | - |
| YUV | 107.11 | 192.27 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 55 | 221 | 0.25 | 0.75 | 0 | 0.13 | 280.12 | 0.71 | 0.54 |
| Hex | A6 | 37 | DD | 19 | 4B | 0 | D | 118 | 47 | 36 |
| Octal | 246 | 67 | 335 | 31 | 113 | 0 | 15 | 430 | 107 | 66 |
| Binary | 10100110 | 110111 | 11011101 | 11001 | 1001011 | 0 | 1101 | 100011000 | 1000111 | 110110 |
Color Harmonies of #A637DD
Complementary color
Monochromatic Colors of #A637DD
Black with #A637DD
Text Example
Text Example
White with #A637DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A637DD; }
p { color: rgb(166,55,221); }
H1.HeaderClassName
{
color: #A637DD;
}
.AnyTagClassName
{
color: #A637DD;
}
</style>
background-color css
<style>
a { background-color: #A637DD; }
a { background-color: rgb(166,55,221); }
div.DivClassName
{
background-color: #A637DD;
}
.BgClassName
{
background-color: #A637DD;
}
</style>
border-color css
<style>
span { border-color: #A637DD; }
span { border-color: rgb(166,55,221); }
td.TdClassName
{
border-color: #A637DD;
}
.TagClassName
{
border-color: #A637DD;
}
</style>