Shades of Dark Orchid #A32AAF
Tints of Dark Orchid #A32AAF
RGB
CMYK
RGB Variations
Color information
#A32AAF (or 0xA32AAF) is known color: Dark Orchid. HEX triplet: A3, 2A and AF. RGB value is (163,42,175). Sum of RGB (Red+Green+Blue) = 163+42+175=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 42 (16.80% from 255 or 11.05% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #A32AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32AAF is #5CD550. Grayscale: #5C5C5C. Windows color (decimal): -6083921 or 11479715. OLE color: 11479715.
HSL color Cylindrical-coordinate representation of color #A32AAF: hue angle of 294.59º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A32AAF is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 42 | 175 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.31 |
| HSL | 294.59º | 0.61% | 0.43% | - |
| HSV(B) | 294.59º | 0.76% | 0.69% | - |
| XYZ | 23.67 | 12.54 | 41.73 | - |
| YUV | 93.34 | 174.09 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 42 | 175 | 0.07 | 0.76 | 0 | 0.31 | 294.59 | 0.61 | 0.43 |
| Hex | A3 | 2A | AF | 7 | 4C | 0 | 1F | 127 | 3D | 2B |
| Octal | 243 | 52 | 257 | 7 | 114 | 0 | 37 | 447 | 75 | 53 |
| Binary | 10100011 | 101010 | 10101111 | 111 | 1001100 | 0 | 11111 | 100100111 | 111101 | 101011 |
Color Harmonies of #A32AAF
Complementary color
Monochromatic Colors of #A32AAF
Black with #A32AAF
Text Example
Text Example
White with #A32AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32AAF; }
p { color: rgb(163,42,175); }
H1.HeaderClassName
{
color: #A32AAF;
}
.AnyTagClassName
{
color: #A32AAF;
}
</style>
background-color css
<style>
a { background-color: #A32AAF; }
a { background-color: rgb(163,42,175); }
div.DivClassName
{
background-color: #A32AAF;
}
.BgClassName
{
background-color: #A32AAF;
}
</style>
border-color css
<style>
span { border-color: #A32AAF; }
span { border-color: rgb(163,42,175); }
td.TdClassName
{
border-color: #A32AAF;
}
.TagClassName
{
border-color: #A32AAF;
}
</style>