Shades of Dark Orchid #A824B2
Tints of Dark Orchid #A824B2
RGB
CMYK
RGB Variations
Color information
#A824B2 (or 0xA824B2) is known color: Dark Orchid. HEX triplet: A8, 24 and B2. RGB value is (168,36,178). Sum of RGB (Red+Green+Blue) = 168+36+178=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 178 (69.92% from 255 or 46.60% from 382); Max value from RGB is 178 - color contains mainly: blue. Hex color #A824B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A824B2 is #57DB4D. Grayscale: #5B5B5B. Windows color (decimal): -5757774 or 11674792. OLE color: 11674792.
HSL color Cylindrical-coordinate representation of color #A824B2: hue angle of 295.77º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A824B2 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 36 | 178 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.30 |
| HSL | 295.77º | 0.66% | 0.42% | - |
| HSV(B) | 295.77º | 0.8% | 0.7% | - |
| XYZ | 24.82 | 12.8 | 43.28 | - |
| YUV | 91.66 | 176.73 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 178 | 0.06 | 0.80 | 0 | 0.30 | 295.77 | 0.66 | 0.42 |
| Hex | A8 | 24 | B2 | 6 | 50 | 0 | 1E | 128 | 42 | 2A |
| Octal | 250 | 44 | 262 | 6 | 120 | 0 | 36 | 450 | 102 | 52 |
| Binary | 10101000 | 100100 | 10110010 | 110 | 1010000 | 0 | 11110 | 100101000 | 1000010 | 101010 |
Color Harmonies of #A824B2
Complementary color
Monochromatic Colors of #A824B2
Black with #A824B2
Text Example
Text Example
White with #A824B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A824B2; }
p { color: rgb(168,36,178); }
H1.HeaderClassName
{
color: #A824B2;
}
.AnyTagClassName
{
color: #A824B2;
}
</style>
background-color css
<style>
a { background-color: #A824B2; }
a { background-color: rgb(168,36,178); }
div.DivClassName
{
background-color: #A824B2;
}
.BgClassName
{
background-color: #A824B2;
}
</style>
border-color css
<style>
span { border-color: #A824B2; }
span { border-color: rgb(168,36,178); }
td.TdClassName
{
border-color: #A824B2;
}
.TagClassName
{
border-color: #A824B2;
}
</style>