#AB5BF3

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

Shades of Medium Orchid #AB5BF3

Tints of Medium Orchid #AB5BF3

Color information

#AB5BF3 (or 0xAB5BF3) is unknown color: approx Medium Orchid. HEX triplet: AB, 5B and F3. RGB value is (171,91,243). Sum of RGB (Red+Green+Blue) = 171+91+243=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 91 (35.94% from 255 or 18.02% from 505); Blue value is 243 (95.31% from 255 or 48.12% from 505); Max value from RGB is 243 - color contains mainly: blue. Hex color #AB5BF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5BF3 is #54A40C. Grayscale: #838383. Windows color (decimal): -5547021 or 15948715. OLE color: 15948715.

HSL color Cylindrical-coordinate representation of color #AB5BF3: hue angle of 271.58º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB5BF3 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17191243-
CMYK0.300.6300.05
HSL271.58º86.36%65.49%-
HSV(B)271.58º62.55%95.29%-
XYZ36.7122.6187.22-
YUV132.25190.5155.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.86%
GREEN value IS 91 (35.94% from 255) = 18.02%
BLUE value IS 243 (95.31% from 255) = 48.12%
R=33.86%
G=18.02%
B=48.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal171912430.300.6300.05271.5886.3665.49
HexAB5BF31E3F051105641
Octal253133363367705420126101
Binary1010101110110111111001111110111111010110001000010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5BF3; }

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

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

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

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

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

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

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

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