#AB5BF4

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

Shades of Medium Orchid #AB5BF4

Tints of Medium Orchid #AB5BF4

Color information

#AB5BF4 (or 0xAB5BF4) is unknown color: approx Medium Orchid. HEX triplet: AB, 5B and F4. RGB value is (171,91,244). Sum of RGB (Red+Green+Blue) = 171+91+244=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 244 (95.70% from 255 or 48.22% from 506); Max value from RGB is 244 - color contains mainly: blue. Hex color #AB5BF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5BF4 is #54A40B. Grayscale: #838383. Windows color (decimal): -5547020 or 16014251. OLE color: 16014251.

HSL color Cylindrical-coordinate representation of color #AB5BF4: hue angle of 271.37º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB5BF4 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17191244-
CMYK0.300.6300.04
HSL271.37º87.43%65.69%-
HSV(B)271.37º62.7%95.69%-
XYZ36.8622.6788.02-
YUV132.36191155.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.79%
GREEN value IS 91 (35.94% from 255) = 17.98%
BLUE value IS 244 (95.70% from 255) = 48.22%
R=33.79%
G=17.98%
B=48.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal171912440.300.6300.04271.3787.4365.69
HexAB5BF41E3F0410f5742
Octal253133364367704417127102
Binary1010101110110111111010011110111111010010000111110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5BF4; }

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

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

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

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

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

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

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

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