#AB5ED5

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

Shades of Medium Orchid #AB5ED5

Tints of Medium Orchid #AB5ED5

Color information

#AB5ED5 (or 0xAB5ED5) is unknown color: approx Medium Orchid. HEX triplet: AB, 5E and D5. RGB value is (171,94,213). Sum of RGB (Red+Green+Blue) = 171+94+213=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 213 (83.59% from 255 or 44.56% from 478); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB5ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5ED5 is #54A12A. Grayscale: #828282. Windows color (decimal): -5546283 or 13983403. OLE color: 13983403.

HSL color Cylindrical-coordinate representation of color #AB5ED5: hue angle of 278.82º 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 #AB5ED5 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17194213-
CMYK0.200.5600.16
HSL278.82º58.62%60.2%-
HSV(B)278.82º55.87%83.53%-
XYZ32.8121.4765.37-
YUV130.59174.51156.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 94 (37.11% from 255) = 19.67%
BLUE value IS 213 (83.59% from 255) = 44.56%
R=35.77%
G=19.67%
B=44.56%

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
Decimal171942130.200.5600.16278.8258.6260.2
HexAB5ED514380101173b3c
Octal25313632524700204277374
Binary1010101110111101101010110100111000010000100010111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5ED5; }

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

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

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

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

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

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

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

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