Shades of Dark Orchid #A638D8
Tints of Dark Orchid #A638D8
RGB
CMYK
RGB Variations
Color information
#A638D8 (or 0xA638D8) is known color: Dark Orchid. HEX triplet: A6, 38 and D8. RGB value is (166,56,216). Sum of RGB (Red+Green+Blue) = 166+56+216=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 216 (84.77% from 255 or 49.32% from 438); Max value from RGB is 216 - color contains mainly: blue. Hex color #A638D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A638D8 is #59C727. Grayscale: #6A6A6A. Windows color (decimal): -5883688 or 14170278. OLE color: 14170278.
HSL color Cylindrical-coordinate representation of color #A638D8: hue angle of 281.25º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A638D8 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 56 | 216 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.15 |
| HSL | 281.25º | 0.67% | 0.53% | - |
| HSV(B) | 281.25º | 0.74% | 0.85% | - |
| XYZ | 29.53 | 15.89 | 66.48 | - |
| YUV | 107.13 | 189.44 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 56 | 216 | 0.23 | 0.74 | 0 | 0.15 | 281.25 | 0.67 | 0.53 |
| Hex | A6 | 38 | D8 | 17 | 4A | 0 | F | 119 | 43 | 35 |
| Octal | 246 | 70 | 330 | 27 | 112 | 0 | 17 | 431 | 103 | 65 |
| Binary | 10100110 | 111000 | 11011000 | 10111 | 1001010 | 0 | 1111 | 100011001 | 1000011 | 110101 |
Color Harmonies of #A638D8
Complementary color
Monochromatic Colors of #A638D8
Black with #A638D8
Text Example
Text Example
White with #A638D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A638D8; }
p { color: rgb(166,56,216); }
H1.HeaderClassName
{
color: #A638D8;
}
.AnyTagClassName
{
color: #A638D8;
}
</style>
background-color css
<style>
a { background-color: #A638D8; }
a { background-color: rgb(166,56,216); }
div.DivClassName
{
background-color: #A638D8;
}
.BgClassName
{
background-color: #A638D8;
}
</style>
border-color css
<style>
span { border-color: #A638D8; }
span { border-color: rgb(166,56,216); }
td.TdClassName
{
border-color: #A638D8;
}
.TagClassName
{
border-color: #A638D8;
}
</style>