Shades of Dark Orchid #A32DDA
Tints of Dark Orchid #A32DDA
RGB
CMYK
RGB Variations
Color information
#A32DDA (or 0xA32DDA) is known color: Dark Orchid. HEX triplet: A3, 2D and DA. RGB value is (163,45,218). Sum of RGB (Red+Green+Blue) = 163+45+218=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 45 (17.97% from 255 or 10.56% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #A32DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32DDA is #5CD225. Grayscale: #636363. Windows color (decimal): -6083110 or 14298531. OLE color: 14298531.
HSL color Cylindrical-coordinate representation of color #A32DDA: hue angle of 280.92º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32DDA is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 45 | 218 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.15 |
| HSL | 280.92º | 0.7% | 0.52% | - |
| HSV(B) | 280.92º | 0.79% | 0.85% | - |
| XYZ | 28.7 | 14.73 | 67.66 | - |
| YUV | 100 | 194.59 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 45 | 218 | 0.25 | 0.79 | 0 | 0.15 | 280.92 | 0.7 | 0.52 |
| Hex | A3 | 2D | DA | 19 | 4F | 0 | F | 119 | 46 | 34 |
| Octal | 243 | 55 | 332 | 31 | 117 | 0 | 17 | 431 | 106 | 64 |
| Binary | 10100011 | 101101 | 11011010 | 11001 | 1001111 | 0 | 1111 | 100011001 | 1000110 | 110100 |
Color Harmonies of #A32DDA
Complementary color
Monochromatic Colors of #A32DDA
Black with #A32DDA
Text Example
Text Example
White with #A32DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32DDA; }
p { color: rgb(163,45,218); }
H1.HeaderClassName
{
color: #A32DDA;
}
.AnyTagClassName
{
color: #A32DDA;
}
</style>
background-color css
<style>
a { background-color: #A32DDA; }
a { background-color: rgb(163,45,218); }
div.DivClassName
{
background-color: #A32DDA;
}
.BgClassName
{
background-color: #A32DDA;
}
</style>
border-color css
<style>
span { border-color: #A32DDA; }
span { border-color: rgb(163,45,218); }
td.TdClassName
{
border-color: #A32DDA;
}
.TagClassName
{
border-color: #A32DDA;
}
</style>