Shades of Dark Orchid #A638B8
Tints of Dark Orchid #A638B8
RGB
CMYK
RGB Variations
Color information
#A638B8 (or 0xA638B8) is known color: Dark Orchid. HEX triplet: A6, 38 and B8. RGB value is (166,56,184). Sum of RGB (Red+Green+Blue) = 166+56+184=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 56 (22.27% from 255 or 13.79% from 406); Blue value is 184 (72.27% from 255 or 45.32% from 406); Max value from RGB is 184 - color contains mainly: blue. Hex color #A638B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A638B8 is #59C747. Grayscale: #676767. Windows color (decimal): -5883720 or 12073126. OLE color: 12073126.
HSL color Cylindrical-coordinate representation of color #A638B8: hue angle of 291.56º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A638B8 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 56 | 184 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.28 |
| HSL | 291.56º | 0.53% | 0.47% | - |
| HSV(B) | 291.56º | 0.7% | 0.72% | - |
| XYZ | 25.79 | 14.4 | 46.77 | - |
| YUV | 103.48 | 173.44 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 56 | 184 | 0.10 | 0.70 | 0 | 0.28 | 291.56 | 0.53 | 0.47 |
| Hex | A6 | 38 | B8 | A | 46 | 0 | 1C | 124 | 35 | 2F |
| Octal | 246 | 70 | 270 | 12 | 106 | 0 | 34 | 444 | 65 | 57 |
| Binary | 10100110 | 111000 | 10111000 | 1010 | 1000110 | 0 | 11100 | 100100100 | 110101 | 101111 |
Color Harmonies of #A638B8
Complementary color
Monochromatic Colors of #A638B8
Black with #A638B8
Text Example
Text Example
White with #A638B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A638B8; }
p { color: rgb(166,56,184); }
H1.HeaderClassName
{
color: #A638B8;
}
.AnyTagClassName
{
color: #A638B8;
}
</style>
background-color css
<style>
a { background-color: #A638B8; }
a { background-color: rgb(166,56,184); }
div.DivClassName
{
background-color: #A638B8;
}
.BgClassName
{
background-color: #A638B8;
}
</style>
border-color css
<style>
span { border-color: #A638B8; }
span { border-color: rgb(166,56,184); }
td.TdClassName
{
border-color: #A638B8;
}
.TagClassName
{
border-color: #A638B8;
}
</style>