Shades of Dark Orchid #A824BC
Tints of Dark Orchid #A824BC
RGB
CMYK
RGB Variations
Color information
#A824BC (or 0xA824BC) is known color: Dark Orchid. HEX triplet: A8, 24 and BC. RGB value is (168,36,188). Sum of RGB (Red+Green+Blue) = 168+36+188=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 36 (14.45% from 255 or 9.18% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #A824BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A824BC is #57DB43. Grayscale: #5C5C5C. Windows color (decimal): -5757764 or 12330152. OLE color: 12330152.
HSL color Cylindrical-coordinate representation of color #A824BC: hue angle of 292.11º 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 #A824BC is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 36 | 188 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.26 |
| HSL | 292.11º | 0.68% | 0.44% | - |
| HSV(B) | 292.11º | 0.81% | 0.74% | - |
| XYZ | 25.86 | 13.22 | 48.77 | - |
| YUV | 92.8 | 181.73 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 188 | 0.11 | 0.81 | 0 | 0.26 | 292.11 | 0.68 | 0.44 |
| Hex | A8 | 24 | BC | B | 51 | 0 | 1A | 124 | 44 | 2C |
| Octal | 250 | 44 | 274 | 13 | 121 | 0 | 32 | 444 | 104 | 54 |
| Binary | 10101000 | 100100 | 10111100 | 1011 | 1010001 | 0 | 11010 | 100100100 | 1000100 | 101100 |
Color Harmonies of #A824BC
Complementary color
Monochromatic Colors of #A824BC
Black with #A824BC
Text Example
Text Example
White with #A824BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A824BC; }
p { color: rgb(168,36,188); }
H1.HeaderClassName
{
color: #A824BC;
}
.AnyTagClassName
{
color: #A824BC;
}
</style>
background-color css
<style>
a { background-color: #A824BC; }
a { background-color: rgb(168,36,188); }
div.DivClassName
{
background-color: #A824BC;
}
.BgClassName
{
background-color: #A824BC;
}
</style>
border-color css
<style>
span { border-color: #A824BC; }
span { border-color: rgb(168,36,188); }
td.TdClassName
{
border-color: #A824BC;
}
.TagClassName
{
border-color: #A824BC;
}
</style>