Shades of Medium Orchid #AB4CDD
Tints of Medium Orchid #AB4CDD
RGB
CMYK
RGB Variations
Color information
#AB4CDD (or 0xAB4CDD) is known color: Medium Orchid. HEX triplet: AB, 4C and DD. RGB value is (171,76,221). Sum of RGB (Red+Green+Blue) = 171+76+221=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 76 (30.08% from 255 or 16.24% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB4CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4CDD is #54B322. Grayscale: #787878. Windows color (decimal): -5550883 or 14503083. OLE color: 14503083.
HSL color Cylindrical-coordinate representation of color #AB4CDD: hue angle of 279.31º 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 #AB4CDD is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 76 | 221 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.13 |
| HSL | 279.31º | 0.68% | 0.58% | - |
| HSV(B) | 279.31º | 0.66% | 0.87% | - |
| XYZ | 32.43 | 19.05 | 70.37 | - |
| YUV | 120.94 | 184.47 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 76 | 221 | 0.23 | 0.66 | 0 | 0.13 | 279.31 | 0.68 | 0.58 |
| Hex | AB | 4C | DD | 17 | 42 | 0 | D | 117 | 44 | 3A |
| Octal | 253 | 114 | 335 | 27 | 102 | 0 | 15 | 427 | 104 | 72 |
| Binary | 10101011 | 1001100 | 11011101 | 10111 | 1000010 | 0 | 1101 | 100010111 | 1000100 | 111010 |
Color Harmonies of #AB4CDD
Complementary color
Monochromatic Colors of #AB4CDD
Black with #AB4CDD
Text Example
Text Example
White with #AB4CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4CDD; }
p { color: rgb(171,76,221); }
H1.HeaderClassName
{
color: #AB4CDD;
}
.AnyTagClassName
{
color: #AB4CDD;
}
</style>
background-color css
<style>
a { background-color: #AB4CDD; }
a { background-color: rgb(171,76,221); }
div.DivClassName
{
background-color: #AB4CDD;
}
.BgClassName
{
background-color: #AB4CDD;
}
</style>
border-color css
<style>
span { border-color: #AB4CDD; }
span { border-color: rgb(171,76,221); }
td.TdClassName
{
border-color: #AB4CDD;
}
.TagClassName
{
border-color: #AB4CDD;
}
</style>