#AB5EC6

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

Shades of Medium Orchid #AB5EC6

Tints of Medium Orchid #AB5EC6

Color information

#AB5EC6 (or 0xAB5EC6) is unknown color: approx Medium Orchid. HEX triplet: AB, 5E and C6. RGB value is (171,94,198). Sum of RGB (Red+Green+Blue) = 171+94+198=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB5EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5EC6 is #54A139. Grayscale: #808080. Windows color (decimal): -5546298 or 13000363. OLE color: 13000363.

HSL color Cylindrical-coordinate representation of color #AB5EC6: hue angle of 284.42º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB5EC6 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17194198-
CMYK0.140.5300.22
HSL284.42º47.71%57.25%-
HSV(B)284.42º52.53%77.65%-
XYZ30.9920.7455.8-
YUV128.88167.01158.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.93%
GREEN value IS 94 (37.11% from 255) = 20.30%
BLUE value IS 198 (77.73% from 255) = 42.76%
R=36.93%
G=20.30%
B=42.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171941980.140.5300.22284.4247.7157.25
HexAB5EC6E3501611c3039
Octal25313630616650264346071
Binary101010111011110110001101110110101010110100011100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5EC6; }

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

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

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

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

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

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

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

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