Shades of Dark Orchid #A832AA
Tints of Dark Orchid #A832AA
RGB
CMYK
RGB Variations
Color information
#A832AA (or 0xA832AA) is known color: Dark Orchid. HEX triplet: A8, 32 and AA. RGB value is (168,50,170). Sum of RGB (Red+Green+Blue) = 168+50+170=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #A832AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A832AA is #57CD55. Grayscale: #626262. Windows color (decimal): -5754198 or 11154088. OLE color: 11154088.
HSL color Cylindrical-coordinate representation of color #A832AA: hue angle of 299º 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 #A832AA is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 50 | 170 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.33 |
| HSL | 299º | 0.55% | 0.43% | - |
| HSV(B) | 299º | 0.71% | 0.67% | - |
| XYZ | 24.54 | 13.51 | 39.34 | - |
| YUV | 98.96 | 168.09 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 170 | 0.01 | 0.71 | 0 | 0.33 | 299 | 0.55 | 0.43 |
| Hex | A8 | 32 | AA | 1 | 47 | 0 | 21 | 12B | 37 | 2B |
| Octal | 250 | 62 | 252 | 1 | 107 | 0 | 41 | 453 | 67 | 53 |
| Binary | 10101000 | 110010 | 10101010 | 1 | 1000111 | 0 | 100001 | 100101011 | 110111 | 101011 |
Color Harmonies of #A832AA
Complementary color
Monochromatic Colors of #A832AA
Black with #A832AA
Text Example
Text Example
White with #A832AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A832AA; }
p { color: rgb(168,50,170); }
H1.HeaderClassName
{
color: #A832AA;
}
.AnyTagClassName
{
color: #A832AA;
}
</style>
background-color css
<style>
a { background-color: #A832AA; }
a { background-color: rgb(168,50,170); }
div.DivClassName
{
background-color: #A832AA;
}
.BgClassName
{
background-color: #A832AA;
}
</style>
border-color css
<style>
span { border-color: #A832AA; }
span { border-color: rgb(168,50,170); }
td.TdClassName
{
border-color: #A832AA;
}
.TagClassName
{
border-color: #A832AA;
}
</style>