Shades of Medium Orchid #AB5CCC
Tints of Medium Orchid #AB5CCC
RGB
CMYK
RGB Variations
Color information
#AB5CCC (or 0xAB5CCC) is known color: Medium Orchid. HEX triplet: AB, 5C and CC. RGB value is (171,92,204). Sum of RGB (Red+Green+Blue) = 171+92+204=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB5CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5CCC is #54A333. Grayscale: #808080. Windows color (decimal): -5546804 or 13393067. OLE color: 13393067.
HSL color Cylindrical-coordinate representation of color #AB5CCC: hue angle of 282.32º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB5CCC is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 92 | 204 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.2 |
| HSL | 282.32º | 0.52% | 0.58% | - |
| HSV(B) | 282.32º | 0.55% | 0.8% | - |
| XYZ | 31.52 | 20.67 | 59.46 | - |
| YUV | 128.39 | 170.67 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 92 | 204 | 0.16 | 0.55 | 0 | 0.2 | 282.32 | 0.52 | 0.58 |
| Hex | AB | 5C | CC | 10 | 37 | 0 | 14 | 11A | 34 | 3A |
| Octal | 253 | 134 | 314 | 20 | 67 | 0 | 24 | 432 | 64 | 72 |
| Binary | 10101011 | 1011100 | 11001100 | 10000 | 110111 | 0 | 10100 | 100011010 | 110100 | 111010 |
Color Harmonies of #AB5CCC
Complementary color
Monochromatic Colors of #AB5CCC
Black with #AB5CCC
Text Example
Text Example
White with #AB5CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5CCC; }
p { color: rgb(171,92,204); }
H1.HeaderClassName
{
color: #AB5CCC;
}
.AnyTagClassName
{
color: #AB5CCC;
}
</style>
background-color css
<style>
a { background-color: #AB5CCC; }
a { background-color: rgb(171,92,204); }
div.DivClassName
{
background-color: #AB5CCC;
}
.BgClassName
{
background-color: #AB5CCC;
}
</style>
border-color css
<style>
span { border-color: #AB5CCC; }
span { border-color: rgb(171,92,204); }
td.TdClassName
{
border-color: #AB5CCC;
}
.TagClassName
{
border-color: #AB5CCC;
}
</style>