Shades of Dark Orchid #A32ED7
Tints of Dark Orchid #A32ED7
RGB
CMYK
RGB Variations
Color information
#A32ED7 (or 0xA32ED7) is known color: Dark Orchid. HEX triplet: A3, 2E and D7. RGB value is (163,46,215). Sum of RGB (Red+Green+Blue) = 163+46+215=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 46 (18.36% from 255 or 10.85% from 424); Blue value is 215 (84.38% from 255 or 50.71% from 424); Max value from RGB is 215 - color contains mainly: blue. Hex color #A32ED7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32ED7 is #5CD128. Grayscale: #636363. Windows color (decimal): -6082857 or 14102179. OLE color: 14102179.
HSL color Cylindrical-coordinate representation of color #A32ED7: hue angle of 281.54º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32ED7 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 46 | 215 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.16 |
| HSL | 281.54º | 0.68% | 0.51% | - |
| HSV(B) | 281.54º | 0.79% | 0.84% | - |
| XYZ | 28.35 | 14.65 | 65.62 | - |
| YUV | 100.25 | 192.76 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 215 | 0.24 | 0.79 | 0 | 0.16 | 281.54 | 0.68 | 0.51 |
| Hex | A3 | 2E | D7 | 18 | 4F | 0 | 10 | 11A | 44 | 33 |
| Octal | 243 | 56 | 327 | 30 | 117 | 0 | 20 | 432 | 104 | 63 |
| Binary | 10100011 | 101110 | 11010111 | 11000 | 1001111 | 0 | 10000 | 100011010 | 1000100 | 110011 |
Color Harmonies of #A32ED7
Complementary color
Monochromatic Colors of #A32ED7
Black with #A32ED7
Text Example
Text Example
White with #A32ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32ED7; }
p { color: rgb(163,46,215); }
H1.HeaderClassName
{
color: #A32ED7;
}
.AnyTagClassName
{
color: #A32ED7;
}
</style>
background-color css
<style>
a { background-color: #A32ED7; }
a { background-color: rgb(163,46,215); }
div.DivClassName
{
background-color: #A32ED7;
}
.BgClassName
{
background-color: #A32ED7;
}
</style>
border-color css
<style>
span { border-color: #A32ED7; }
span { border-color: rgb(163,46,215); }
td.TdClassName
{
border-color: #A32ED7;
}
.TagClassName
{
border-color: #A32ED7;
}
</style>