Shades of Dark Orchid #A832B6
Tints of Dark Orchid #A832B6
RGB
CMYK
RGB Variations
Color information
#A832B6 (or 0xA832B6) is known color: Dark Orchid. HEX triplet: A8, 32 and B6. RGB value is (168,50,182). Sum of RGB (Red+Green+Blue) = 168+50+182=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 182 (71.48% from 255 or 45.5% from 400); Max value from RGB is 182 - color contains mainly: blue. Hex color #A832B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A832B6 is #57CD49. Grayscale: #636363. Windows color (decimal): -5754186 or 11940520. OLE color: 11940520.
HSL color Cylindrical-coordinate representation of color #A832B6: hue angle of 293.64º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A832B6 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 50 | 182 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.29 |
| HSL | 293.64º | 0.57% | 0.45% | - |
| HSV(B) | 293.64º | 0.73% | 0.71% | - |
| XYZ | 25.73 | 13.98 | 45.6 | - |
| YUV | 100.33 | 174.09 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 182 | 0.08 | 0.73 | 0 | 0.29 | 293.64 | 0.57 | 0.45 |
| Hex | A8 | 32 | B6 | 8 | 49 | 0 | 1D | 126 | 39 | 2D |
| Octal | 250 | 62 | 266 | 10 | 111 | 0 | 35 | 446 | 71 | 55 |
| Binary | 10101000 | 110010 | 10110110 | 1000 | 1001001 | 0 | 11101 | 100100110 | 111001 | 101101 |
Color Harmonies of #A832B6
Complementary color
Monochromatic Colors of #A832B6
Black with #A832B6
Text Example
Text Example
White with #A832B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A832B6; }
p { color: rgb(168,50,182); }
H1.HeaderClassName
{
color: #A832B6;
}
.AnyTagClassName
{
color: #A832B6;
}
</style>
background-color css
<style>
a { background-color: #A832B6; }
a { background-color: rgb(168,50,182); }
div.DivClassName
{
background-color: #A832B6;
}
.BgClassName
{
background-color: #A832B6;
}
</style>
border-color css
<style>
span { border-color: #A832B6; }
span { border-color: rgb(168,50,182); }
td.TdClassName
{
border-color: #A832B6;
}
.TagClassName
{
border-color: #A832B6;
}
</style>