#ab5be7

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

Shades of Medium Orchid #AB5BE7

Tints of Medium Orchid #AB5BE7

Color information

#AB5BE7 (or 0xAB5BE7) is unknown color: approx Medium Orchid. HEX triplet: AB, 5B and E7. RGB value is (171,91,231). Sum of RGB (Red+Green+Blue) = 171+91+231=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB5BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5BE7 is #54A418. Grayscale: #828282. Windows color (decimal): -5547033 or 15162283. OLE color: 15162283.

HSL color Cylindrical-coordinate representation of color #AB5BE7: hue angle of 274.29º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB5BE7 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17191231-
CMYK0.260.6100.09
HSL274.29º74.47%63.14%-
HSV(B)274.29º60.61%90.59%-
XYZ34.9621.9177.99-
YUV130.88184.5156.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 91 (35.94% from 255) = 18.46%
BLUE value IS 231 (90.62% from 255) = 46.86%
R=34.69%
G=18.46%
B=46.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal171912310.260.6100.09274.2974.4763.14
HexAB5BE71A3D091124a3f
Octal253133347327501142211277
Binary1010101110110111110011111010111101010011000100101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab5be7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab5be7; }

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

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

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

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

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

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

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

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