Shades of Dark Orchid #A832DA
Tints of Dark Orchid #A832DA
RGB
CMYK
RGB Variations
Color information
#A832DA (or 0xA832DA) is known color: Dark Orchid. HEX triplet: A8, 32 and DA. RGB value is (168,50,218). Sum of RGB (Red+Green+Blue) = 168+50+218=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #A832DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A832DA is #57CD25. Grayscale: #676767. Windows color (decimal): -5754150 or 14299816. OLE color: 14299816.
HSL color Cylindrical-coordinate representation of color #A832DA: hue angle of 282.14º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A832DA is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 50 | 218 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.15 |
| HSL | 282.14º | 0.69% | 0.53% | - |
| HSV(B) | 282.14º | 0.77% | 0.85% | - |
| XYZ | 29.94 | 15.67 | 67.78 | - |
| YUV | 104.43 | 192.09 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 218 | 0.23 | 0.77 | 0 | 0.15 | 282.14 | 0.69 | 0.53 |
| Hex | A8 | 32 | DA | 17 | 4D | 0 | F | 11A | 45 | 35 |
| Octal | 250 | 62 | 332 | 27 | 115 | 0 | 17 | 432 | 105 | 65 |
| Binary | 10101000 | 110010 | 11011010 | 10111 | 1001101 | 0 | 1111 | 100011010 | 1000101 | 110101 |
Color Harmonies of #A832DA
Complementary color
Monochromatic Colors of #A832DA
Black with #A832DA
Text Example
Text Example
White with #A832DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A832DA; }
p { color: rgb(168,50,218); }
H1.HeaderClassName
{
color: #A832DA;
}
.AnyTagClassName
{
color: #A832DA;
}
</style>
background-color css
<style>
a { background-color: #A832DA; }
a { background-color: rgb(168,50,218); }
div.DivClassName
{
background-color: #A832DA;
}
.BgClassName
{
background-color: #A832DA;
}
</style>
border-color css
<style>
span { border-color: #A832DA; }
span { border-color: rgb(168,50,218); }
td.TdClassName
{
border-color: #A832DA;
}
.TagClassName
{
border-color: #A832DA;
}
</style>