Shades of Dark Orchid #A832DD
Tints of Dark Orchid #A832DD
RGB
CMYK
RGB Variations
Color information
#A832DD (or 0xA832DD) is known color: Dark Orchid. HEX triplet: A8, 32 and DD. RGB value is (168,50,221). Sum of RGB (Red+Green+Blue) = 168+50+221=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #A832DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A832DD is #57CD22. Grayscale: #686868. Windows color (decimal): -5754147 or 14496424. OLE color: 14496424.
HSL color Cylindrical-coordinate representation of color #A832DD: hue angle of 281.4º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A832DD is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 50 | 221 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.13 |
| HSL | 281.4º | 0.72% | 0.53% | - |
| HSV(B) | 281.4º | 0.77% | 0.87% | - |
| XYZ | 30.34 | 15.83 | 69.86 | - |
| YUV | 104.78 | 193.59 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 221 | 0.24 | 0.77 | 0 | 0.13 | 281.4 | 0.72 | 0.53 |
| Hex | A8 | 32 | DD | 18 | 4D | 0 | D | 119 | 48 | 35 |
| Octal | 250 | 62 | 335 | 30 | 115 | 0 | 15 | 431 | 110 | 65 |
| Binary | 10101000 | 110010 | 11011101 | 11000 | 1001101 | 0 | 1101 | 100011001 | 1001000 | 110101 |
Color Harmonies of #A832DD
Complementary color
Monochromatic Colors of #A832DD
Black with #A832DD
Text Example
Text Example
White with #A832DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A832DD; }
p { color: rgb(168,50,221); }
H1.HeaderClassName
{
color: #A832DD;
}
.AnyTagClassName
{
color: #A832DD;
}
</style>
background-color css
<style>
a { background-color: #A832DD; }
a { background-color: rgb(168,50,221); }
div.DivClassName
{
background-color: #A832DD;
}
.BgClassName
{
background-color: #A832DD;
}
</style>
border-color css
<style>
span { border-color: #A832DD; }
span { border-color: rgb(168,50,221); }
td.TdClassName
{
border-color: #A832DD;
}
.TagClassName
{
border-color: #A832DD;
}
</style>