Shades of Dark Orchid #A32FD7
Tints of Dark Orchid #A32FD7
RGB
CMYK
RGB Variations
Color information
#A32FD7 (or 0xA32FD7) is known color: Dark Orchid. HEX triplet: A3, 2F and D7. RGB value is (163,47,215). Sum of RGB (Red+Green+Blue) = 163+47+215=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 47 (18.75% from 255 or 11.06% from 425); Blue value is 215 (84.38% from 255 or 50.59% from 425); Max value from RGB is 215 - color contains mainly: blue. Hex color #A32FD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32FD7 is #5CD028. Grayscale: #646464. Windows color (decimal): -6082601 or 14102435. OLE color: 14102435.
HSL color Cylindrical-coordinate representation of color #A32FD7: hue angle of 281.43º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A32FD7 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 47 | 215 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.16 |
| HSL | 281.43º | 0.68% | 0.51% | - |
| HSV(B) | 281.43º | 0.78% | 0.84% | - |
| XYZ | 28.39 | 14.73 | 65.64 | - |
| YUV | 100.84 | 192.43 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 215 | 0.24 | 0.78 | 0 | 0.16 | 281.43 | 0.68 | 0.51 |
| Hex | A3 | 2F | D7 | 18 | 4E | 0 | 10 | 119 | 44 | 33 |
| Octal | 243 | 57 | 327 | 30 | 116 | 0 | 20 | 431 | 104 | 63 |
| Binary | 10100011 | 101111 | 11010111 | 11000 | 1001110 | 0 | 10000 | 100011001 | 1000100 | 110011 |
Color Harmonies of #A32FD7
Complementary color
Monochromatic Colors of #A32FD7
Black with #A32FD7
Text Example
Text Example
White with #A32FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32FD7; }
p { color: rgb(163,47,215); }
H1.HeaderClassName
{
color: #A32FD7;
}
.AnyTagClassName
{
color: #A32FD7;
}
</style>
background-color css
<style>
a { background-color: #A32FD7; }
a { background-color: rgb(163,47,215); }
div.DivClassName
{
background-color: #A32FD7;
}
.BgClassName
{
background-color: #A32FD7;
}
</style>
border-color css
<style>
span { border-color: #A32FD7; }
span { border-color: rgb(163,47,215); }
td.TdClassName
{
border-color: #A32FD7;
}
.TagClassName
{
border-color: #A32FD7;
}
</style>