Shades of Dark Orchid #A32FAA
Tints of Dark Orchid #A32FAA
RGB
CMYK
RGB Variations
Color information
#A32FAA (or 0xA32FAA) is known color: Dark Orchid. HEX triplet: A3, 2F and AA. RGB value is (163,47,170). Sum of RGB (Red+Green+Blue) = 163+47+170=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 47 (18.75% from 255 or 12.37% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #A32FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32FAA is #5CD055. Grayscale: #5F5F5F. Windows color (decimal): -6082646 or 11153315. OLE color: 11153315.
HSL color Cylindrical-coordinate representation of color #A32FAA: hue angle of 296.59º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A32FAA is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 47 | 170 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.33 |
| HSL | 296.59º | 0.57% | 0.43% | - |
| HSV(B) | 296.59º | 0.72% | 0.67% | - |
| XYZ | 23.38 | 12.72 | 39.25 | - |
| YUV | 95.71 | 169.93 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 170 | 0.04 | 0.72 | 0 | 0.33 | 296.59 | 0.57 | 0.43 |
| Hex | A3 | 2F | AA | 4 | 48 | 0 | 21 | 129 | 39 | 2B |
| Octal | 243 | 57 | 252 | 4 | 110 | 0 | 41 | 451 | 71 | 53 |
| Binary | 10100011 | 101111 | 10101010 | 100 | 1001000 | 0 | 100001 | 100101001 | 111001 | 101011 |
Color Harmonies of #A32FAA
Complementary color
Monochromatic Colors of #A32FAA
Black with #A32FAA
Text Example
Text Example
White with #A32FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32FAA; }
p { color: rgb(163,47,170); }
H1.HeaderClassName
{
color: #A32FAA;
}
.AnyTagClassName
{
color: #A32FAA;
}
</style>
background-color css
<style>
a { background-color: #A32FAA; }
a { background-color: rgb(163,47,170); }
div.DivClassName
{
background-color: #A32FAA;
}
.BgClassName
{
background-color: #A32FAA;
}
</style>
border-color css
<style>
span { border-color: #A32FAA; }
span { border-color: rgb(163,47,170); }
td.TdClassName
{
border-color: #A32FAA;
}
.TagClassName
{
border-color: #A32FAA;
}
</style>