Shades of Medium Orchid #AB5CEA
Tints of Medium Orchid #AB5CEA
RGB
CMYK
RGB Variations
Color information
#AB5CEA (or 0xAB5CEA) is known color: Medium Orchid. HEX triplet: AB, 5C and EA. RGB value is (171,92,234). Sum of RGB (Red+Green+Blue) = 171+92+234=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB5CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5CEA is #54A315. Grayscale: #838383. Windows color (decimal): -5546774 or 15359147. OLE color: 15359147.
HSL color Cylindrical-coordinate representation of color #AB5CEA: hue angle of 273.38º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB5CEA is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 92 | 234 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.08 |
| HSL | 273.38º | 0.77% | 0.64% | - |
| HSV(B) | 273.38º | 0.61% | 0.92% | - |
| XYZ | 35.47 | 22.25 | 80.27 | - |
| YUV | 131.81 | 185.67 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 92 | 234 | 0.27 | 0.61 | 0 | 0.08 | 273.38 | 0.77 | 0.64 |
| Hex | AB | 5C | EA | 1B | 3D | 0 | 8 | 111 | 4D | 40 |
| Octal | 253 | 134 | 352 | 33 | 75 | 0 | 10 | 421 | 115 | 100 |
| Binary | 10101011 | 1011100 | 11101010 | 11011 | 111101 | 0 | 1000 | 100010001 | 1001101 | 1000000 |
Color Harmonies of #AB5CEA
Complementary color
Monochromatic Colors of #AB5CEA
Black with #AB5CEA
Text Example
Text Example
White with #AB5CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5CEA; }
p { color: rgb(171,92,234); }
H1.HeaderClassName
{
color: #AB5CEA;
}
.AnyTagClassName
{
color: #AB5CEA;
}
</style>
background-color css
<style>
a { background-color: #AB5CEA; }
a { background-color: rgb(171,92,234); }
div.DivClassName
{
background-color: #AB5CEA;
}
.BgClassName
{
background-color: #AB5CEA;
}
</style>
border-color css
<style>
span { border-color: #AB5CEA; }
span { border-color: rgb(171,92,234); }
td.TdClassName
{
border-color: #AB5CEA;
}
.TagClassName
{
border-color: #AB5CEA;
}
</style>