Shades of Dark Orchid #A73FDA
Tints of Dark Orchid #A73FDA
RGB
CMYK
RGB Variations
Color information
#A73FDA (or 0xA73FDA) is known color: Dark Orchid. HEX triplet: A7, 3F and DA. RGB value is (167,63,218). Sum of RGB (Red+Green+Blue) = 167+63+218=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #A73FDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73FDA is #58C025. Grayscale: #6F6F6F. Windows color (decimal): -5816358 or 14303143. OLE color: 14303143.
HSL color Cylindrical-coordinate representation of color #A73FDA: hue angle of 280.26º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A73FDA is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 63 | 218 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.15 |
| HSL | 280.26º | 0.68% | 0.55% | - |
| HSV(B) | 280.26º | 0.71% | 0.85% | - |
| XYZ | 30.37 | 16.83 | 67.98 | - |
| YUV | 111.77 | 187.96 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 63 | 218 | 0.23 | 0.71 | 0 | 0.15 | 280.26 | 0.68 | 0.55 |
| Hex | A7 | 3F | DA | 17 | 47 | 0 | F | 118 | 44 | 37 |
| Octal | 247 | 77 | 332 | 27 | 107 | 0 | 17 | 430 | 104 | 67 |
| Binary | 10100111 | 111111 | 11011010 | 10111 | 1000111 | 0 | 1111 | 100011000 | 1000100 | 110111 |
Color Harmonies of #A73FDA
Complementary color
Monochromatic Colors of #A73FDA
Black with #A73FDA
Text Example
Text Example
White with #A73FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73FDA; }
p { color: rgb(167,63,218); }
H1.HeaderClassName
{
color: #A73FDA;
}
.AnyTagClassName
{
color: #A73FDA;
}
</style>
background-color css
<style>
a { background-color: #A73FDA; }
a { background-color: rgb(167,63,218); }
div.DivClassName
{
background-color: #A73FDA;
}
.BgClassName
{
background-color: #A73FDA;
}
</style>
border-color css
<style>
span { border-color: #A73FDA; }
span { border-color: rgb(167,63,218); }
td.TdClassName
{
border-color: #A73FDA;
}
.TagClassName
{
border-color: #A73FDA;
}
</style>