Shades of Dark Orchid #A832B7
Tints of Dark Orchid #A832B7
RGB
CMYK
RGB Variations
Color information
#A832B7 (or 0xA832B7) is known color: Dark Orchid. HEX triplet: A8, 32 and B7. RGB value is (168,50,183). Sum of RGB (Red+Green+Blue) = 168+50+183=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 183 (71.88% from 255 or 45.64% from 401); Max value from RGB is 183 - color contains mainly: blue. Hex color #A832B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A832B7 is #57CD48. Grayscale: #646464. Windows color (decimal): -5754185 or 12006056. OLE color: 12006056.
HSL color Cylindrical-coordinate representation of color #A832B7: hue angle of 293.23º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A832B7 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 50 | 183 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.28 |
| HSL | 293.23º | 0.57% | 0.46% | - |
| HSV(B) | 293.23º | 0.73% | 0.72% | - |
| XYZ | 25.84 | 14.02 | 46.15 | - |
| YUV | 100.44 | 174.59 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 183 | 0.08 | 0.73 | 0 | 0.28 | 293.23 | 0.57 | 0.46 |
| Hex | A8 | 32 | B7 | 8 | 49 | 0 | 1C | 125 | 39 | 2E |
| Octal | 250 | 62 | 267 | 10 | 111 | 0 | 34 | 445 | 71 | 56 |
| Binary | 10101000 | 110010 | 10110111 | 1000 | 1001001 | 0 | 11100 | 100100101 | 111001 | 101110 |
Color Harmonies of #A832B7
Complementary color
Monochromatic Colors of #A832B7
Black with #A832B7
Text Example
Text Example
White with #A832B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A832B7; }
p { color: rgb(168,50,183); }
H1.HeaderClassName
{
color: #A832B7;
}
.AnyTagClassName
{
color: #A832B7;
}
</style>
background-color css
<style>
a { background-color: #A832B7; }
a { background-color: rgb(168,50,183); }
div.DivClassName
{
background-color: #A832B7;
}
.BgClassName
{
background-color: #A832B7;
}
</style>
border-color css
<style>
span { border-color: #A832B7; }
span { border-color: rgb(168,50,183); }
td.TdClassName
{
border-color: #A832B7;
}
.TagClassName
{
border-color: #A832B7;
}
</style>