Shades of Dark Orchid #A832D7
Tints of Dark Orchid #A832D7
RGB
CMYK
RGB Variations
Color information
#A832D7 (or 0xA832D7) is known color: Dark Orchid. HEX triplet: A8, 32 and D7. RGB value is (168,50,215). Sum of RGB (Red+Green+Blue) = 168+50+215=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 50 (19.92% from 255 or 11.55% from 433); Blue value is 215 (84.38% from 255 or 49.65% from 433); Max value from RGB is 215 - color contains mainly: blue. Hex color #A832D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A832D7 is #57CD28. Grayscale: #676767. Windows color (decimal): -5754153 or 14103208. OLE color: 14103208.
HSL color Cylindrical-coordinate representation of color #A832D7: hue angle of 282.91º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A832D7 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 50 | 215 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.16 |
| HSL | 282.91º | 0.67% | 0.52% | - |
| HSV(B) | 282.91º | 0.77% | 0.84% | - |
| XYZ | 29.55 | 15.51 | 65.73 | - |
| YUV | 104.09 | 190.59 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 215 | 0.22 | 0.77 | 0 | 0.16 | 282.91 | 0.67 | 0.52 |
| Hex | A8 | 32 | D7 | 16 | 4D | 0 | 10 | 11B | 43 | 34 |
| Octal | 250 | 62 | 327 | 26 | 115 | 0 | 20 | 433 | 103 | 64 |
| Binary | 10101000 | 110010 | 11010111 | 10110 | 1001101 | 0 | 10000 | 100011011 | 1000011 | 110100 |
Color Harmonies of #A832D7
Complementary color
Monochromatic Colors of #A832D7
Black with #A832D7
Text Example
Text Example
White with #A832D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A832D7; }
p { color: rgb(168,50,215); }
H1.HeaderClassName
{
color: #A832D7;
}
.AnyTagClassName
{
color: #A832D7;
}
</style>
background-color css
<style>
a { background-color: #A832D7; }
a { background-color: rgb(168,50,215); }
div.DivClassName
{
background-color: #A832D7;
}
.BgClassName
{
background-color: #A832D7;
}
</style>
border-color css
<style>
span { border-color: #A832D7; }
span { border-color: rgb(168,50,215); }
td.TdClassName
{
border-color: #A832D7;
}
.TagClassName
{
border-color: #A832D7;
}
</style>