Shades of Dark Orchid #A432AA
Tints of Dark Orchid #A432AA
RGB
CMYK
RGB Variations
Color information
#A432AA (or 0xA432AA) is known color: Dark Orchid. HEX triplet: A4, 32 and AA. RGB value is (164,50,170). Sum of RGB (Red+Green+Blue) = 164+50+170=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #A432AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A432AA is #5BCD55. Grayscale: #616161. Windows color (decimal): -6016342 or 11154084. OLE color: 11154084.
HSL color Cylindrical-coordinate representation of color #A432AA: hue angle of 297º 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 #A432AA is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 50 | 170 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.33 |
| HSL | 297º | 0.55% | 0.43% | - |
| HSV(B) | 297º | 0.71% | 0.67% | - |
| XYZ | 23.71 | 13.08 | 39.3 | - |
| YUV | 97.77 | 168.77 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 50 | 170 | 0.04 | 0.71 | 0 | 0.33 | 297 | 0.55 | 0.43 |
| Hex | A4 | 32 | AA | 4 | 47 | 0 | 21 | 129 | 37 | 2B |
| Octal | 244 | 62 | 252 | 4 | 107 | 0 | 41 | 451 | 67 | 53 |
| Binary | 10100100 | 110010 | 10101010 | 100 | 1000111 | 0 | 100001 | 100101001 | 110111 | 101011 |
Color Harmonies of #A432AA
Complementary color
Monochromatic Colors of #A432AA
Black with #A432AA
Text Example
Text Example
White with #A432AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A432AA; }
p { color: rgb(164,50,170); }
H1.HeaderClassName
{
color: #A432AA;
}
.AnyTagClassName
{
color: #A432AA;
}
</style>
background-color css
<style>
a { background-color: #A432AA; }
a { background-color: rgb(164,50,170); }
div.DivClassName
{
background-color: #A432AA;
}
.BgClassName
{
background-color: #A432AA;
}
</style>
border-color css
<style>
span { border-color: #A432AA; }
span { border-color: rgb(164,50,170); }
td.TdClassName
{
border-color: #A432AA;
}
.TagClassName
{
border-color: #A432AA;
}
</style>