Shades of Dark Orchid #A32BDE
Tints of Dark Orchid #A32BDE
RGB
CMYK
RGB Variations
Color information
#A32BDE (or 0xA32BDE) is known color: Dark Orchid. HEX triplet: A3, 2B and DE. RGB value is (163,43,222). Sum of RGB (Red+Green+Blue) = 163+43+222=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 43 (17.19% from 255 or 10.05% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #A32BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32BDE is #5CD421. Grayscale: #626262. Windows color (decimal): -6083618 or 14560163. OLE color: 14560163.
HSL color Cylindrical-coordinate representation of color #A32BDE: hue angle of 280.22º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A32BDE is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 43 | 222 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.13 |
| HSL | 280.22º | 0.73% | 0.52% | - |
| HSV(B) | 280.22º | 0.81% | 0.87% | - |
| XYZ | 29.15 | 14.79 | 70.43 | - |
| YUV | 99.29 | 197.26 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 43 | 222 | 0.27 | 0.81 | 0 | 0.13 | 280.22 | 0.73 | 0.52 |
| Hex | A3 | 2B | DE | 1B | 51 | 0 | D | 118 | 49 | 34 |
| Octal | 243 | 53 | 336 | 33 | 121 | 0 | 15 | 430 | 111 | 64 |
| Binary | 10100011 | 101011 | 11011110 | 11011 | 1010001 | 0 | 1101 | 100011000 | 1001001 | 110100 |
Color Harmonies of #A32BDE
Complementary color
Monochromatic Colors of #A32BDE
Black with #A32BDE
Text Example
Text Example
White with #A32BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32BDE; }
p { color: rgb(163,43,222); }
H1.HeaderClassName
{
color: #A32BDE;
}
.AnyTagClassName
{
color: #A32BDE;
}
</style>
background-color css
<style>
a { background-color: #A32BDE; }
a { background-color: rgb(163,43,222); }
div.DivClassName
{
background-color: #A32BDE;
}
.BgClassName
{
background-color: #A32BDE;
}
</style>
border-color css
<style>
span { border-color: #A32BDE; }
span { border-color: rgb(163,43,222); }
td.TdClassName
{
border-color: #A32BDE;
}
.TagClassName
{
border-color: #A32BDE;
}
</style>