Shades of Medium Orchid #AB5CE4
Tints of Medium Orchid #AB5CE4
RGB
CMYK
RGB Variations
Color information
#AB5CE4 (or 0xAB5CE4) is known color: Medium Orchid. HEX triplet: AB, 5C and E4. RGB value is (171,92,228). Sum of RGB (Red+Green+Blue) = 171+92+228=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 228 (89.45% from 255 or 46.44% from 491); Max value from RGB is 228 - color contains mainly: blue. Hex color #AB5CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5CE4 is #54A31B. Grayscale: #828282. Windows color (decimal): -5546780 or 14965931. OLE color: 14965931.
HSL color Cylindrical-coordinate representation of color #AB5CE4: hue angle of 274.85º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB5CE4 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 92 | 228 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.11 |
| HSL | 274.85º | 0.72% | 0.63% | - |
| HSV(B) | 274.85º | 0.6% | 0.89% | - |
| XYZ | 34.63 | 21.91 | 75.8 | - |
| YUV | 131.13 | 182.67 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 92 | 228 | 0.25 | 0.60 | 0 | 0.11 | 274.85 | 0.72 | 0.63 |
| Hex | AB | 5C | E4 | 19 | 3C | 0 | B | 113 | 48 | 3F |
| Octal | 253 | 134 | 344 | 31 | 74 | 0 | 13 | 423 | 110 | 77 |
| Binary | 10101011 | 1011100 | 11100100 | 11001 | 111100 | 0 | 1011 | 100010011 | 1001000 | 111111 |
Color Harmonies of #AB5CE4
Complementary color
Monochromatic Colors of #AB5CE4
Black with #AB5CE4
Text Example
Text Example
White with #AB5CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5CE4; }
p { color: rgb(171,92,228); }
H1.HeaderClassName
{
color: #AB5CE4;
}
.AnyTagClassName
{
color: #AB5CE4;
}
</style>
background-color css
<style>
a { background-color: #AB5CE4; }
a { background-color: rgb(171,92,228); }
div.DivClassName
{
background-color: #AB5CE4;
}
.BgClassName
{
background-color: #AB5CE4;
}
</style>
border-color css
<style>
span { border-color: #AB5CE4; }
span { border-color: rgb(171,92,228); }
td.TdClassName
{
border-color: #AB5CE4;
}
.TagClassName
{
border-color: #AB5CE4;
}
</style>