Shades of Dark Orchid #A320DF
Tints of Dark Orchid #A320DF
RGB
CMYK
RGB Variations
Color information
#A320DF (or 0xA320DF) is known color: Dark Orchid. HEX triplet: A3, 20 and DF. RGB value is (163,32,223). Sum of RGB (Red+Green+Blue) = 163+32+223=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #A320DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A320DF is #5CDF20. Grayscale: #5C5C5C. Windows color (decimal): -6086433 or 14622883. OLE color: 14622883.
HSL color Cylindrical-coordinate representation of color #A320DF: hue angle of 281.15º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A320DF is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 32 | 223 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.13 |
| HSL | 281.15º | 0.75% | 0.5% | - |
| HSV(B) | 281.15º | 0.86% | 0.87% | - |
| XYZ | 28.94 | 14.15 | 71.02 | - |
| YUV | 92.94 | 201.4 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 223 | 0.27 | 0.86 | 0 | 0.13 | 281.15 | 0.75 | 0.5 |
| Hex | A3 | 20 | DF | 1B | 56 | 0 | D | 119 | 4B | 32 |
| Octal | 243 | 40 | 337 | 33 | 126 | 0 | 15 | 431 | 113 | 62 |
| Binary | 10100011 | 100000 | 11011111 | 11011 | 1010110 | 0 | 1101 | 100011001 | 1001011 | 110010 |
Color Harmonies of #A320DF
Complementary color
Monochromatic Colors of #A320DF
Black with #A320DF
Text Example
Text Example
White with #A320DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A320DF; }
p { color: rgb(163,32,223); }
H1.HeaderClassName
{
color: #A320DF;
}
.AnyTagClassName
{
color: #A320DF;
}
</style>
background-color css
<style>
a { background-color: #A320DF; }
a { background-color: rgb(163,32,223); }
div.DivClassName
{
background-color: #A320DF;
}
.BgClassName
{
background-color: #A320DF;
}
</style>
border-color css
<style>
span { border-color: #A320DF; }
span { border-color: rgb(163,32,223); }
td.TdClassName
{
border-color: #A320DF;
}
.TagClassName
{
border-color: #A320DF;
}
</style>