#AB56EF

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

Shades of Medium Orchid #AB56EF

Tints of Medium Orchid #AB56EF

Color information

#AB56EF (or 0xAB56EF) is unknown color: approx Medium Orchid. HEX triplet: AB, 56 and EF. RGB value is (171,86,239). Sum of RGB (Red+Green+Blue) = 171+86+239=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 86 (33.98% from 255 or 17.34% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB56EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB56EF is #54A910. Grayscale: #808080. Windows color (decimal): -5548305 or 15685291. OLE color: 15685291.

HSL color Cylindrical-coordinate representation of color #AB56EF: hue angle of 273.33º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB56EF is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17186239-
CMYK0.280.6400.06
HSL273.33º82.7%63.73%-
HSV(B)273.33º64.02%93.73%-
XYZ35.721.5583.94-
YUV128.86190.16158.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 86 (33.98% from 255) = 17.34%
BLUE value IS 239 (93.75% from 255) = 48.19%
R=34.48%
G=17.34%
B=48.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal171862390.280.6400.06273.3382.763.73
HexAB56EF1C40061115340
Octal2531263573410006421123100
Binary10101011101011011101111111001000000011010001000110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB56EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB56EF; }

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

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

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

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

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

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

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

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