Shades of Dark Orchid #A32DD4
Tints of Dark Orchid #A32DD4
RGB
CMYK
RGB Variations
Color information
#A32DD4 (or 0xA32DD4) is known color: Dark Orchid. HEX triplet: A3, 2D and D4. RGB value is (163,45,212). Sum of RGB (Red+Green+Blue) = 163+45+212=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 212 (83.20% from 255 or 50.48% from 420); Max value from RGB is 212 - color contains mainly: blue. Hex color #A32DD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32DD4 is #5CD22B. Grayscale: #626262. Windows color (decimal): -6083116 or 13905315. OLE color: 13905315.
HSL color Cylindrical-coordinate representation of color #A32DD4: hue angle of 282.4º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32DD4 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 45 | 212 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.17 |
| HSL | 282.4º | 0.66% | 0.5% | - |
| HSV(B) | 282.4º | 0.79% | 0.83% | - |
| XYZ | 27.93 | 14.42 | 63.6 | - |
| YUV | 99.32 | 191.59 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 45 | 212 | 0.23 | 0.79 | 0 | 0.17 | 282.4 | 0.66 | 0.5 |
| Hex | A3 | 2D | D4 | 17 | 4F | 0 | 11 | 11A | 42 | 32 |
| Octal | 243 | 55 | 324 | 27 | 117 | 0 | 21 | 432 | 102 | 62 |
| Binary | 10100011 | 101101 | 11010100 | 10111 | 1001111 | 0 | 10001 | 100011010 | 1000010 | 110010 |
Color Harmonies of #A32DD4
Complementary color
Monochromatic Colors of #A32DD4
Black with #A32DD4
Text Example
Text Example
White with #A32DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32DD4; }
p { color: rgb(163,45,212); }
H1.HeaderClassName
{
color: #A32DD4;
}
.AnyTagClassName
{
color: #A32DD4;
}
</style>
background-color css
<style>
a { background-color: #A32DD4; }
a { background-color: rgb(163,45,212); }
div.DivClassName
{
background-color: #A32DD4;
}
.BgClassName
{
background-color: #A32DD4;
}
</style>
border-color css
<style>
span { border-color: #A32DD4; }
span { border-color: rgb(163,45,212); }
td.TdClassName
{
border-color: #A32DD4;
}
.TagClassName
{
border-color: #A32DD4;
}
</style>