Shades of Dark Orchid #A232AA
Tints of Dark Orchid #A232AA
RGB
CMYK
RGB Variations
Color information
#A232AA (or 0xA232AA) is known color: Dark Orchid. HEX triplet: A2, 32 and AA. RGB value is (162,50,170). Sum of RGB (Red+Green+Blue) = 162+50+170=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #A232AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A232AA is #5DCD55. Grayscale: #606060. Windows color (decimal): -6147414 or 11154082. OLE color: 11154082.
HSL color Cylindrical-coordinate representation of color #A232AA: hue angle of 296º 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 #A232AA is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 50 | 170 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.33 |
| HSL | 296º | 0.55% | 0.43% | - |
| HSV(B) | 296º | 0.71% | 0.67% | - |
| XYZ | 23.3 | 12.86 | 39.29 | - |
| YUV | 97.17 | 169.11 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 170 | 0.05 | 0.71 | 0 | 0.33 | 296 | 0.55 | 0.43 |
| Hex | A2 | 32 | AA | 5 | 47 | 0 | 21 | 128 | 37 | 2B |
| Octal | 242 | 62 | 252 | 5 | 107 | 0 | 41 | 450 | 67 | 53 |
| Binary | 10100010 | 110010 | 10101010 | 101 | 1000111 | 0 | 100001 | 100101000 | 110111 | 101011 |
Color Harmonies of #A232AA
Complementary color
Monochromatic Colors of #A232AA
Black with #A232AA
Text Example
Text Example
White with #A232AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A232AA; }
p { color: rgb(162,50,170); }
H1.HeaderClassName
{
color: #A232AA;
}
.AnyTagClassName
{
color: #A232AA;
}
</style>
background-color css
<style>
a { background-color: #A232AA; }
a { background-color: rgb(162,50,170); }
div.DivClassName
{
background-color: #A232AA;
}
.BgClassName
{
background-color: #A232AA;
}
</style>
border-color css
<style>
span { border-color: #A232AA; }
span { border-color: rgb(162,50,170); }
td.TdClassName
{
border-color: #A232AA;
}
.TagClassName
{
border-color: #A232AA;
}
</style>