Shades of Dark Orchid #A232AE
Tints of Dark Orchid #A232AE
RGB
CMYK
RGB Variations
Color information
#A232AE (or 0xA232AE) is known color: Dark Orchid. HEX triplet: A2, 32 and AE. RGB value is (162,50,174). Sum of RGB (Red+Green+Blue) = 162+50+174=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #A232AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A232AE is #5DCD51. Grayscale: #616161. Windows color (decimal): -6147410 or 11416226. OLE color: 11416226.
HSL color Cylindrical-coordinate representation of color #A232AE: hue angle of 294.19º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A232AE is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 50 | 174 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.32 |
| HSL | 294.19º | 0.55% | 0.44% | - |
| HSV(B) | 294.19º | 0.71% | 0.68% | - |
| XYZ | 23.68 | 13.02 | 41.31 | - |
| YUV | 97.62 | 171.11 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 174 | 0.07 | 0.71 | 0 | 0.32 | 294.19 | 0.55 | 0.44 |
| Hex | A2 | 32 | AE | 7 | 47 | 0 | 20 | 126 | 37 | 2C |
| Octal | 242 | 62 | 256 | 7 | 107 | 0 | 40 | 446 | 67 | 54 |
| Binary | 10100010 | 110010 | 10101110 | 111 | 1000111 | 0 | 100000 | 100100110 | 110111 | 101100 |
Color Harmonies of #A232AE
Complementary color
Monochromatic Colors of #A232AE
Black with #A232AE
Text Example
Text Example
White with #A232AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A232AE; }
p { color: rgb(162,50,174); }
H1.HeaderClassName
{
color: #A232AE;
}
.AnyTagClassName
{
color: #A232AE;
}
</style>
background-color css
<style>
a { background-color: #A232AE; }
a { background-color: rgb(162,50,174); }
div.DivClassName
{
background-color: #A232AE;
}
.BgClassName
{
background-color: #A232AE;
}
</style>
border-color css
<style>
span { border-color: #A232AE; }
span { border-color: rgb(162,50,174); }
td.TdClassName
{
border-color: #A232AE;
}
.TagClassName
{
border-color: #A232AE;
}
</style>