Shades of Dark Orchid #A832BD
Tints of Dark Orchid #A832BD
RGB
CMYK
RGB Variations
Color information
#A832BD (or 0xA832BD) is known color: Dark Orchid. HEX triplet: A8, 32 and BD. RGB value is (168,50,189). Sum of RGB (Red+Green+Blue) = 168+50+189=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #A832BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A832BD is #57CD42. Grayscale: #646464. Windows color (decimal): -5754179 or 12399272. OLE color: 12399272.
HSL color Cylindrical-coordinate representation of color #A832BD: hue angle of 290.94º 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 #A832BD is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 50 | 189 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.26 |
| HSL | 290.94º | 0.58% | 0.47% | - |
| HSV(B) | 290.94º | 0.74% | 0.74% | - |
| XYZ | 26.47 | 14.28 | 49.51 | - |
| YUV | 101.13 | 177.59 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 189 | 0.11 | 0.74 | 0 | 0.26 | 290.94 | 0.58 | 0.47 |
| Hex | A8 | 32 | BD | B | 4A | 0 | 1A | 123 | 3A | 2F |
| Octal | 250 | 62 | 275 | 13 | 112 | 0 | 32 | 443 | 72 | 57 |
| Binary | 10101000 | 110010 | 10111101 | 1011 | 1001010 | 0 | 11010 | 100100011 | 111010 | 101111 |
Color Harmonies of #A832BD
Complementary color
Monochromatic Colors of #A832BD
Black with #A832BD
Text Example
Text Example
White with #A832BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A832BD; }
p { color: rgb(168,50,189); }
H1.HeaderClassName
{
color: #A832BD;
}
.AnyTagClassName
{
color: #A832BD;
}
</style>
background-color css
<style>
a { background-color: #A832BD; }
a { background-color: rgb(168,50,189); }
div.DivClassName
{
background-color: #A832BD;
}
.BgClassName
{
background-color: #A832BD;
}
</style>
border-color css
<style>
span { border-color: #A832BD; }
span { border-color: rgb(168,50,189); }
td.TdClassName
{
border-color: #A832BD;
}
.TagClassName
{
border-color: #A832BD;
}
</style>