Shades of Medium Orchid #A751DB
Tints of Medium Orchid #A751DB
RGB
CMYK
RGB Variations
Color information
#A751DB (or 0xA751DB) is known color: Medium Orchid. HEX triplet: A7, 51 and DB. RGB value is (167,81,219). Sum of RGB (Red+Green+Blue) = 167+81+219=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #A751DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A751DB is #58AE24. Grayscale: #797979. Windows color (decimal): -5811749 or 14373287. OLE color: 14373287.
HSL color Cylindrical-coordinate representation of color #A751DB: hue angle of 277.39º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A751DB is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 81 | 219 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.14 |
| HSL | 277.39º | 0.66% | 0.59% | - |
| HSV(B) | 277.39º | 0.63% | 0.86% | - |
| XYZ | 31.66 | 19.21 | 69.06 | - |
| YUV | 122.45 | 182.49 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 81 | 219 | 0.24 | 0.63 | 0 | 0.14 | 277.39 | 0.66 | 0.59 |
| Hex | A7 | 51 | DB | 18 | 3F | 0 | E | 115 | 42 | 3B |
| Octal | 247 | 121 | 333 | 30 | 77 | 0 | 16 | 425 | 102 | 73 |
| Binary | 10100111 | 1010001 | 11011011 | 11000 | 111111 | 0 | 1110 | 100010101 | 1000010 | 111011 |
Color Harmonies of #A751DB
Complementary color
Monochromatic Colors of #A751DB
Black with #A751DB
Text Example
Text Example
White with #A751DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A751DB; }
p { color: rgb(167,81,219); }
H1.HeaderClassName
{
color: #A751DB;
}
.AnyTagClassName
{
color: #A751DB;
}
</style>
background-color css
<style>
a { background-color: #A751DB; }
a { background-color: rgb(167,81,219); }
div.DivClassName
{
background-color: #A751DB;
}
.BgClassName
{
background-color: #A751DB;
}
</style>
border-color css
<style>
span { border-color: #A751DB; }
span { border-color: rgb(167,81,219); }
td.TdClassName
{
border-color: #A751DB;
}
.TagClassName
{
border-color: #A751DB;
}
</style>