#AB56EA

Color #AB56EA Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AB56EA

Tints of Medium Orchid #AB56EA

Color information

#AB56EA (or 0xAB56EA) is unknown color: approx Medium Orchid. HEX triplet: AB, 56 and EA. RGB value is (171,86,234). Sum of RGB (Red+Green+Blue) = 171+86+234=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 86 (33.98% from 255 or 17.52% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB56EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB56EA is #54A915. Grayscale: #7F7F7F. Windows color (decimal): -5548310 or 15357611. OLE color: 15357611.

HSL color Cylindrical-coordinate representation of color #AB56EA: hue angle of 274.46º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB56EA is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17186234-
CMYK0.270.6300.08
HSL274.46º77.89%62.75%-
HSV(B)274.46º63.25%91.76%-
XYZ34.9721.2580.1-
YUV128.29187.66158.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 34.83%
GREEN value IS 86 (33.98% from 255) = 17.52%
BLUE value IS 234 (91.80% from 255) = 47.66%
R=34.83%
G=17.52%
B=47.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal171862340.270.6300.08274.4677.8962.75
HexAB56EA1B3F081124e3f
Octal253126352337701042211677
Binary1010101110101101110101011011111111010001000100101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB56EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB56EA; }

 p { color: rgb(171,86,234); }

 H1.HeaderClassName
 {
   color: #AB56EA;
 }
 .AnyTagClassName
 {
   color: #AB56EA;
 }
</style>
background-color css

<style>
 a { background-color: #AB56EA; }

 a { background-color: rgb(171,86,234); }

 div.DivClassName
 {
   background-color: #AB56EA;
 }
 .BgClassName
 {
   background-color: #AB56EA;
 }
</style>
border-color css

<style>
 span { border-color: #AB56EA; }

 span { border-color: rgb(171,86,234); }

 td.TdClassName
 {
   border-color: #AB56EA;
 }
 .TagClassName
 {
   border-color: #AB56EA;
 }
</style>