#AB5ECB

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

Shades of Medium Orchid #AB5ECB

Tints of Medium Orchid #AB5ECB

Color information

#AB5ECB (or 0xAB5ECB) is unknown color: approx Medium Orchid. HEX triplet: AB, 5E and CB. RGB value is (171,94,203). Sum of RGB (Red+Green+Blue) = 171+94+203=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB5ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5ECB is #54A134. Grayscale: #818181. Windows color (decimal): -5546293 or 13328043. OLE color: 13328043.

HSL color Cylindrical-coordinate representation of color #AB5ECB: hue angle of 282.39º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB5ECB is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17194203-
CMYK0.160.5400.20
HSL282.39º51.17%58.24%-
HSV(B)282.39º53.69%79.61%-
XYZ31.5820.9858.88-
YUV129.45169.51157.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.54%
GREEN value IS 94 (37.11% from 255) = 20.09%
BLUE value IS 203 (79.69% from 255) = 43.38%
R=36.54%
G=20.09%
B=43.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal171942030.160.5400.20282.3951.1758.24
HexAB5ECB103601411a333a
Octal25313631320660244326372
Binary1010101110111101100101110000110110010100100011010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5ECB; }

 p { color: rgb(171,94,203); }

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

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

 a { background-color: rgb(171,94,203); }

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

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

 span { border-color: rgb(171,94,203); }

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