#ab5bef

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

Shades of Medium Orchid #AB5BEF

Tints of Medium Orchid #AB5BEF

Color information

#AB5BEF (or 0xAB5BEF) is unknown color: approx Medium Orchid. HEX triplet: AB, 5B and EF. RGB value is (171,91,239). Sum of RGB (Red+Green+Blue) = 171+91+239=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 91 (35.94% from 255 or 18.16% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB5BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5BEF is #54A410. Grayscale: #838383. Windows color (decimal): -5547025 or 15686571. OLE color: 15686571.

HSL color Cylindrical-coordinate representation of color #AB5BEF: hue angle of 272.43º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB5BEF is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17191239-
CMYK0.280.6200.06
HSL272.43º82.22%64.71%-
HSV(B)272.43º61.92%93.73%-
XYZ36.1222.3784.08-
YUV131.79188.5155.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.13%
GREEN value IS 91 (35.94% from 255) = 18.16%
BLUE value IS 239 (93.75% from 255) = 47.70%
R=34.13%
G=18.16%
B=47.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal171912390.280.6200.06272.4382.2264.71
HexAB5BEF1C3E061105241
Octal253133357347606420122101
Binary1010101110110111110111111100111110011010001000010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab5bef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab5bef; }

 p { color: rgb(171,91,239); }

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

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

 a { background-color: rgb(171,91,239); }

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

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

 span { border-color: rgb(171,91,239); }

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