Shades of Dark Orchid #A32FE2
Tints of Dark Orchid #A32FE2
RGB
CMYK
RGB Variations
Color information
#A32FE2 (or 0xA32FE2) is known color: Dark Orchid. HEX triplet: A3, 2F and E2. RGB value is (163,47,226). Sum of RGB (Red+Green+Blue) = 163+47+226=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 47 (18.75% from 255 or 10.78% from 436); Blue value is 226 (88.67% from 255 or 51.83% from 436); Max value from RGB is 226 - color contains mainly: blue. Hex color #A32FE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32FE2 is #5CD01D. Grayscale: #656565. Windows color (decimal): -6082590 or 14823331. OLE color: 14823331.
HSL color Cylindrical-coordinate representation of color #A32FE2: hue angle of 278.88º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32FE2 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 47 | 226 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.11 |
| HSL | 278.88º | 0.76% | 0.54% | - |
| HSV(B) | 278.88º | 0.79% | 0.89% | - |
| XYZ | 29.85 | 15.31 | 73.33 | - |
| YUV | 102.09 | 197.93 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 226 | 0.28 | 0.79 | 0 | 0.11 | 278.88 | 0.76 | 0.54 |
| Hex | A3 | 2F | E2 | 1C | 4F | 0 | B | 117 | 4C | 36 |
| Octal | 243 | 57 | 342 | 34 | 117 | 0 | 13 | 427 | 114 | 66 |
| Binary | 10100011 | 101111 | 11100010 | 11100 | 1001111 | 0 | 1011 | 100010111 | 1001100 | 110110 |
Color Harmonies of #A32FE2
Complementary color
Monochromatic Colors of #A32FE2
Black with #A32FE2
Text Example
Text Example
White with #A32FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32FE2; }
p { color: rgb(163,47,226); }
H1.HeaderClassName
{
color: #A32FE2;
}
.AnyTagClassName
{
color: #A32FE2;
}
</style>
background-color css
<style>
a { background-color: #A32FE2; }
a { background-color: rgb(163,47,226); }
div.DivClassName
{
background-color: #A32FE2;
}
.BgClassName
{
background-color: #A32FE2;
}
</style>
border-color css
<style>
span { border-color: #A32FE2; }
span { border-color: rgb(163,47,226); }
td.TdClassName
{
border-color: #A32FE2;
}
.TagClassName
{
border-color: #A32FE2;
}
</style>