#AB5EEB

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

Shades of Medium Orchid #AB5EEB

Tints of Medium Orchid #AB5EEB

Color information

#AB5EEB (or 0xAB5EEB) is unknown color: approx Medium Orchid. HEX triplet: AB, 5E and EB. RGB value is (171,94,235). Sum of RGB (Red+Green+Blue) = 171+94+235=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 94 (37.11% from 255 or 18.8% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB5EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5EEB is #54A114. Grayscale: #848484. Windows color (decimal): -5546261 or 15425195. OLE color: 15425195.

HSL color Cylindrical-coordinate representation of color #AB5EEB: hue angle of 272.77º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB5EEB is Cyan = 0.27, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17194235-
CMYK0.270.600.08
HSL272.77º77.9%64.51%-
HSV(B)272.77º60%92.16%-
XYZ35.7922.6681.08-
YUV133.1185.51155.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.2%
GREEN value IS 94 (37.11% from 255) = 18.8%
BLUE value IS 235 (92.19% from 255) = 47%
R=34.2%
G=18.8%
B=47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal171942350.270.600.08272.7777.964.51
HexAB5EEB1B3C081114e41
Octal2531363533374010421116101
Binary10101011101111011101011110111111000100010001000110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5EEB; }

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

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

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

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

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

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

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

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