#AB5EED

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

Shades of Medium Orchid #AB5EED

Tints of Medium Orchid #AB5EED

Color information

#AB5EED (or 0xAB5EED) is unknown color: approx Medium Orchid. HEX triplet: AB, 5E and ED. RGB value is (171,94,237). Sum of RGB (Red+Green+Blue) = 171+94+237=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 94 (37.11% from 255 or 18.73% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB5EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5EED is #54A112. Grayscale: #848484. Windows color (decimal): -5546259 or 15556267. OLE color: 15556267.

HSL color Cylindrical-coordinate representation of color #AB5EED: hue angle of 272.31º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB5EED is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17194237-
CMYK0.280.6000.07
HSL272.31º79.89%64.9%-
HSV(B)272.31º60.34%92.94%-
XYZ36.0822.7882.62-
YUV133.32186.51154.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.06%
GREEN value IS 94 (37.11% from 255) = 18.73%
BLUE value IS 237 (92.97% from 255) = 47.21%
R=34.06%
G=18.73%
B=47.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171942370.280.6000.07272.3179.8964.9
HexAB5EED1C3C071105041
Octal253136355347407420120101
Binary1010101110111101110110111100111100011110001000010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5EED; }

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

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

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

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

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

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

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

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