Shades of Dark Orchid #A638DD
Tints of Dark Orchid #A638DD
RGB
CMYK
RGB Variations
Color information
#A638DD (or 0xA638DD) is known color: Dark Orchid. HEX triplet: A6, 38 and DD. RGB value is (166,56,221). Sum of RGB (Red+Green+Blue) = 166+56+221=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 56 (22.27% from 255 or 12.64% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #A638DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A638DD is #59C722. Grayscale: #6B6B6B. Windows color (decimal): -5883683 or 14497958. OLE color: 14497958.
HSL color Cylindrical-coordinate representation of color #A638DD: hue angle of 280º 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 #A638DD is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 56 | 221 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.13 |
| HSL | 280º | 0.71% | 0.54% | - |
| HSV(B) | 280º | 0.75% | 0.87% | - |
| XYZ | 30.19 | 16.16 | 69.93 | - |
| YUV | 107.7 | 191.94 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 56 | 221 | 0.25 | 0.75 | 0 | 0.13 | 280 | 0.71 | 0.54 |
| Hex | A6 | 38 | DD | 19 | 4B | 0 | D | 118 | 47 | 36 |
| Octal | 246 | 70 | 335 | 31 | 113 | 0 | 15 | 430 | 107 | 66 |
| Binary | 10100110 | 111000 | 11011101 | 11001 | 1001011 | 0 | 1101 | 100011000 | 1000111 | 110110 |
Color Harmonies of #A638DD
Complementary color
Monochromatic Colors of #A638DD
Black with #A638DD
Text Example
Text Example
White with #A638DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A638DD; }
p { color: rgb(166,56,221); }
H1.HeaderClassName
{
color: #A638DD;
}
.AnyTagClassName
{
color: #A638DD;
}
</style>
background-color css
<style>
a { background-color: #A638DD; }
a { background-color: rgb(166,56,221); }
div.DivClassName
{
background-color: #A638DD;
}
.BgClassName
{
background-color: #A638DD;
}
</style>
border-color css
<style>
span { border-color: #A638DD; }
span { border-color: rgb(166,56,221); }
td.TdClassName
{
border-color: #A638DD;
}
.TagClassName
{
border-color: #A638DD;
}
</style>