Shades of Dark Orchid #A32EAF
Tints of Dark Orchid #A32EAF
RGB
CMYK
RGB Variations
Color information
#A32EAF (or 0xA32EAF) is known color: Dark Orchid. HEX triplet: A3, 2E and AF. RGB value is (163,46,175). Sum of RGB (Red+Green+Blue) = 163+46+175=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 46 (18.36% from 255 or 11.98% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #A32EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32EAF is #5CD150. Grayscale: #5F5F5F. Windows color (decimal): -6082897 or 11480739. OLE color: 11480739.
HSL color Cylindrical-coordinate representation of color #A32EAF: hue angle of 294.42º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A32EAF is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 46 | 175 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.31 |
| HSL | 294.42º | 0.58% | 0.43% | - |
| HSV(B) | 294.42º | 0.74% | 0.69% | - |
| XYZ | 23.82 | 12.84 | 41.78 | - |
| YUV | 95.69 | 172.76 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 175 | 0.07 | 0.74 | 0 | 0.31 | 294.42 | 0.58 | 0.43 |
| Hex | A3 | 2E | AF | 7 | 4A | 0 | 1F | 126 | 3A | 2B |
| Octal | 243 | 56 | 257 | 7 | 112 | 0 | 37 | 446 | 72 | 53 |
| Binary | 10100011 | 101110 | 10101111 | 111 | 1001010 | 0 | 11111 | 100100110 | 111010 | 101011 |
Color Harmonies of #A32EAF
Complementary color
Monochromatic Colors of #A32EAF
Black with #A32EAF
Text Example
Text Example
White with #A32EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32EAF; }
p { color: rgb(163,46,175); }
H1.HeaderClassName
{
color: #A32EAF;
}
.AnyTagClassName
{
color: #A32EAF;
}
</style>
background-color css
<style>
a { background-color: #A32EAF; }
a { background-color: rgb(163,46,175); }
div.DivClassName
{
background-color: #A32EAF;
}
.BgClassName
{
background-color: #A32EAF;
}
</style>
border-color css
<style>
span { border-color: #A32EAF; }
span { border-color: rgb(163,46,175); }
td.TdClassName
{
border-color: #A32EAF;
}
.TagClassName
{
border-color: #A32EAF;
}
</style>