Shades of Dark Orchid #A624BD
Tints of Dark Orchid #A624BD
RGB
CMYK
RGB Variations
Color information
#A624BD (or 0xA624BD) is known color: Dark Orchid. HEX triplet: A6, 24 and BD. RGB value is (166,36,189). Sum of RGB (Red+Green+Blue) = 166+36+189=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #A624BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A624BD is #59DB42. Grayscale: #5B5B5B. Windows color (decimal): -5888835 or 12395686. OLE color: 12395686.
HSL color Cylindrical-coordinate representation of color #A624BD: hue angle of 290.98º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A624BD is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 36 | 189 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.26 |
| HSL | 290.98º | 0.68% | 0.44% | - |
| HSV(B) | 290.98º | 0.81% | 0.74% | - |
| XYZ | 25.54 | 13.04 | 49.32 | - |
| YUV | 92.31 | 182.57 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 189 | 0.12 | 0.81 | 0 | 0.26 | 290.98 | 0.68 | 0.44 |
| Hex | A6 | 24 | BD | C | 51 | 0 | 1A | 123 | 44 | 2C |
| Octal | 246 | 44 | 275 | 14 | 121 | 0 | 32 | 443 | 104 | 54 |
| Binary | 10100110 | 100100 | 10111101 | 1100 | 1010001 | 0 | 11010 | 100100011 | 1000100 | 101100 |
Color Harmonies of #A624BD
Complementary color
Monochromatic Colors of #A624BD
Black with #A624BD
Text Example
Text Example
White with #A624BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A624BD; }
p { color: rgb(166,36,189); }
H1.HeaderClassName
{
color: #A624BD;
}
.AnyTagClassName
{
color: #A624BD;
}
</style>
background-color css
<style>
a { background-color: #A624BD; }
a { background-color: rgb(166,36,189); }
div.DivClassName
{
background-color: #A624BD;
}
.BgClassName
{
background-color: #A624BD;
}
</style>
border-color css
<style>
span { border-color: #A624BD; }
span { border-color: rgb(166,36,189); }
td.TdClassName
{
border-color: #A624BD;
}
.TagClassName
{
border-color: #A624BD;
}
</style>