Shades of Dark Orchid #A032BD
Tints of Dark Orchid #A032BD
RGB
CMYK
RGB Variations
Color information
#A032BD (or 0xA032BD) is known color: Dark Orchid. HEX triplet: A0, 32 and BD. RGB value is (160,50,189). Sum of RGB (Red+Green+Blue) = 160+50+189=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #A032BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A032BD is #5FCD42. Grayscale: #626262. Windows color (decimal): -6278467 or 12399264. OLE color: 12399264.
HSL color Cylindrical-coordinate representation of color #A032BD: hue angle of 287.48º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A032BD is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 50 | 189 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.26 |
| HSL | 287.48º | 0.58% | 0.47% | - |
| HSV(B) | 287.48º | 0.74% | 0.74% | - |
| XYZ | 24.82 | 13.43 | 49.43 | - |
| YUV | 98.74 | 178.94 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 189 | 0.15 | 0.74 | 0 | 0.26 | 287.48 | 0.58 | 0.47 |
| Hex | A0 | 32 | BD | F | 4A | 0 | 1A | 11F | 3A | 2F |
| Octal | 240 | 62 | 275 | 17 | 112 | 0 | 32 | 437 | 72 | 57 |
| Binary | 10100000 | 110010 | 10111101 | 1111 | 1001010 | 0 | 11010 | 100011111 | 111010 | 101111 |
Color Harmonies of #A032BD
Complementary color
Monochromatic Colors of #A032BD
Black with #A032BD
Text Example
Text Example
White with #A032BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A032BD; }
p { color: rgb(160,50,189); }
H1.HeaderClassName
{
color: #A032BD;
}
.AnyTagClassName
{
color: #A032BD;
}
</style>
background-color css
<style>
a { background-color: #A032BD; }
a { background-color: rgb(160,50,189); }
div.DivClassName
{
background-color: #A032BD;
}
.BgClassName
{
background-color: #A032BD;
}
</style>
border-color css
<style>
span { border-color: #A032BD; }
span { border-color: rgb(160,50,189); }
td.TdClassName
{
border-color: #A032BD;
}
.TagClassName
{
border-color: #A032BD;
}
</style>