Shades of Dark Orchid #A832AB
Tints of Dark Orchid #A832AB
RGB
CMYK
RGB Variations
Color information
#A832AB (or 0xA832AB) is known color: Dark Orchid. HEX triplet: A8, 32 and AB. RGB value is (168,50,171). Sum of RGB (Red+Green+Blue) = 168+50+171=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #A832AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A832AB is #57CD54. Grayscale: #626262. Windows color (decimal): -5754197 or 11219624. OLE color: 11219624.
HSL color Cylindrical-coordinate representation of color #A832AB: hue angle of 298.51º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A832AB is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 50 | 171 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.33 |
| HSL | 298.51º | 0.55% | 0.43% | - |
| HSV(B) | 298.51º | 0.71% | 0.67% | - |
| XYZ | 24.64 | 13.55 | 39.84 | - |
| YUV | 99.08 | 168.59 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 171 | 0.02 | 0.71 | 0 | 0.33 | 298.51 | 0.55 | 0.43 |
| Hex | A8 | 32 | AB | 2 | 47 | 0 | 21 | 12B | 37 | 2B |
| Octal | 250 | 62 | 253 | 2 | 107 | 0 | 41 | 453 | 67 | 53 |
| Binary | 10101000 | 110010 | 10101011 | 10 | 1000111 | 0 | 100001 | 100101011 | 110111 | 101011 |
Color Harmonies of #A832AB
Complementary color
Monochromatic Colors of #A832AB
Black with #A832AB
Text Example
Text Example
White with #A832AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A832AB; }
p { color: rgb(168,50,171); }
H1.HeaderClassName
{
color: #A832AB;
}
.AnyTagClassName
{
color: #A832AB;
}
</style>
background-color css
<style>
a { background-color: #A832AB; }
a { background-color: rgb(168,50,171); }
div.DivClassName
{
background-color: #A832AB;
}
.BgClassName
{
background-color: #A832AB;
}
</style>
border-color css
<style>
span { border-color: #A832AB; }
span { border-color: rgb(168,50,171); }
td.TdClassName
{
border-color: #A832AB;
}
.TagClassName
{
border-color: #A832AB;
}
</style>