Shades of Medium Orchid #A74BDD
Tints of Medium Orchid #A74BDD
RGB
CMYK
RGB Variations
Color information
#A74BDD (or 0xA74BDD) is known color: Medium Orchid. HEX triplet: A7, 4B and DD. RGB value is (167,75,221). Sum of RGB (Red+Green+Blue) = 167+75+221=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #A74BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74BDD is #58B422. Grayscale: #767676. Windows color (decimal): -5813283 or 14502823. OLE color: 14502823.
HSL color Cylindrical-coordinate representation of color #A74BDD: hue angle of 277.81º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A74BDD is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 75 | 221 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.13 |
| HSL | 277.81º | 0.68% | 0.58% | - |
| HSV(B) | 277.81º | 0.66% | 0.87% | - |
| XYZ | 31.5 | 18.47 | 70.31 | - |
| YUV | 119.15 | 185.48 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 75 | 221 | 0.24 | 0.66 | 0 | 0.13 | 277.81 | 0.68 | 0.58 |
| Hex | A7 | 4B | DD | 18 | 42 | 0 | D | 116 | 44 | 3A |
| Octal | 247 | 113 | 335 | 30 | 102 | 0 | 15 | 426 | 104 | 72 |
| Binary | 10100111 | 1001011 | 11011101 | 11000 | 1000010 | 0 | 1101 | 100010110 | 1000100 | 111010 |
Color Harmonies of #A74BDD
Complementary color
Monochromatic Colors of #A74BDD
Black with #A74BDD
Text Example
Text Example
White with #A74BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74BDD; }
p { color: rgb(167,75,221); }
H1.HeaderClassName
{
color: #A74BDD;
}
.AnyTagClassName
{
color: #A74BDD;
}
</style>
background-color css
<style>
a { background-color: #A74BDD; }
a { background-color: rgb(167,75,221); }
div.DivClassName
{
background-color: #A74BDD;
}
.BgClassName
{
background-color: #A74BDD;
}
</style>
border-color css
<style>
span { border-color: #A74BDD; }
span { border-color: rgb(167,75,221); }
td.TdClassName
{
border-color: #A74BDD;
}
.TagClassName
{
border-color: #A74BDD;
}
</style>