Shades of Dark Orchid #A824BD
Tints of Dark Orchid #A824BD
RGB
CMYK
RGB Variations
Color information
#A824BD (or 0xA824BD) is known color: Dark Orchid. HEX triplet: A8, 24 and BD. RGB value is (168,36,189). Sum of RGB (Red+Green+Blue) = 168+36+189=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 36 (14.45% from 255 or 9.16% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #A824BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A824BD is #57DB42. Grayscale: #5C5C5C. Windows color (decimal): -5757763 or 12395688. OLE color: 12395688.
HSL color Cylindrical-coordinate representation of color #A824BD: hue angle of 291.76º 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 #A824BD is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 36 | 189 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.26 |
| HSL | 291.76º | 0.68% | 0.44% | - |
| HSV(B) | 291.76º | 0.81% | 0.74% | - |
| XYZ | 25.96 | 13.26 | 49.34 | - |
| YUV | 92.91 | 182.23 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 189 | 0.11 | 0.81 | 0 | 0.26 | 291.76 | 0.68 | 0.44 |
| Hex | A8 | 24 | BD | B | 51 | 0 | 1A | 124 | 44 | 2C |
| Octal | 250 | 44 | 275 | 13 | 121 | 0 | 32 | 444 | 104 | 54 |
| Binary | 10101000 | 100100 | 10111101 | 1011 | 1010001 | 0 | 11010 | 100100100 | 1000100 | 101100 |
Color Harmonies of #A824BD
Complementary color
Monochromatic Colors of #A824BD
Black with #A824BD
Text Example
Text Example
White with #A824BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A824BD; }
p { color: rgb(168,36,189); }
H1.HeaderClassName
{
color: #A824BD;
}
.AnyTagClassName
{
color: #A824BD;
}
</style>
background-color css
<style>
a { background-color: #A824BD; }
a { background-color: rgb(168,36,189); }
div.DivClassName
{
background-color: #A824BD;
}
.BgClassName
{
background-color: #A824BD;
}
</style>
border-color css
<style>
span { border-color: #A824BD; }
span { border-color: rgb(168,36,189); }
td.TdClassName
{
border-color: #A824BD;
}
.TagClassName
{
border-color: #A824BD;
}
</style>