Shades of Dark Orchid #A624B8
Tints of Dark Orchid #A624B8
RGB
CMYK
RGB Variations
Color information
#A624B8 (or 0xA624B8) is known color: Dark Orchid. HEX triplet: A6, 24 and B8. RGB value is (166,36,184). Sum of RGB (Red+Green+Blue) = 166+36+184=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 184 (72.27% from 255 or 47.67% from 386); Max value from RGB is 184 - color contains mainly: blue. Hex color #A624B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A624B8 is #59DB47. Grayscale: #5B5B5B. Windows color (decimal): -5888840 or 12068006. OLE color: 12068006.
HSL color Cylindrical-coordinate representation of color #A624B8: hue angle of 292.7º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A624B8 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 36 | 184 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.28 |
| HSL | 292.7º | 0.67% | 0.43% | - |
| HSV(B) | 292.7º | 0.8% | 0.72% | - |
| XYZ | 25.01 | 12.83 | 46.51 | - |
| YUV | 91.74 | 180.07 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 184 | 0.10 | 0.80 | 0 | 0.28 | 292.7 | 0.67 | 0.43 |
| Hex | A6 | 24 | B8 | A | 50 | 0 | 1C | 125 | 43 | 2B |
| Octal | 246 | 44 | 270 | 12 | 120 | 0 | 34 | 445 | 103 | 53 |
| Binary | 10100110 | 100100 | 10111000 | 1010 | 1010000 | 0 | 11100 | 100100101 | 1000011 | 101011 |
Color Harmonies of #A624B8
Complementary color
Monochromatic Colors of #A624B8
Black with #A624B8
Text Example
Text Example
White with #A624B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A624B8; }
p { color: rgb(166,36,184); }
H1.HeaderClassName
{
color: #A624B8;
}
.AnyTagClassName
{
color: #A624B8;
}
</style>
background-color css
<style>
a { background-color: #A624B8; }
a { background-color: rgb(166,36,184); }
div.DivClassName
{
background-color: #A624B8;
}
.BgClassName
{
background-color: #A624B8;
}
</style>
border-color css
<style>
span { border-color: #A624B8; }
span { border-color: rgb(166,36,184); }
td.TdClassName
{
border-color: #A624B8;
}
.TagClassName
{
border-color: #A624B8;
}
</style>