#AB5ED6

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

Shades of Medium Orchid #AB5ED6

Tints of Medium Orchid #AB5ED6

Color information

#AB5ED6 (or 0xAB5ED6) is unknown color: approx Medium Orchid. HEX triplet: AB, 5E and D6. RGB value is (171,94,214). Sum of RGB (Red+Green+Blue) = 171+94+214=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 214 (83.98% from 255 or 44.68% from 479); Max value from RGB is 214 - color contains mainly: blue. Hex color #AB5ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5ED6 is #54A129. Grayscale: #828282. Windows color (decimal): -5546282 or 14048939. OLE color: 14048939.

HSL color Cylindrical-coordinate representation of color #AB5ED6: hue angle of 278.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB5ED6 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17194214-
CMYK0.200.5600.16
HSL278.5º59.41%60.39%-
HSV(B)278.5º56.07%83.92%-
XYZ32.9321.5266.04-
YUV130.7175.01156.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.70%
GREEN value IS 94 (37.11% from 255) = 19.62%
BLUE value IS 214 (83.98% from 255) = 44.68%
R=35.70%
G=19.62%
B=44.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal171942140.200.5600.16278.559.4160.39
HexAB5ED614380101163b3c
Octal25313632624700204267374
Binary1010101110111101101011010100111000010000100010110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5ED6; }

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

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

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

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

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

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

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

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