#AB91F5

Color #AB91F5 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AB91F5

Tints of Biloba Flower #AB91F5

Color information

#AB91F5 (or 0xAB91F5) is unknown color: approx Biloba Flower. HEX triplet: AB, 91 and F5. RGB value is (171,145,245). Sum of RGB (Red+Green+Blue) = 171+145+245=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 245 (96.09% from 255 or 43.67% from 561); Max value from RGB is 245 - color contains mainly: blue. Hex color #AB91F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB91F5 is #546E0A. Grayscale: #A3A3A3. Windows color (decimal): -5533195 or 16093611. OLE color: 16093611.

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

Color convert

RGB171145245-
CMYK0.300.4100.04
HSL255.6º83.33%76.47%-
HSV(B)255.6º40.82%96.08%-
XYZ43.435.590.95-
YUV164.17173.61132.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.48%
GREEN value IS 145 (57.03% from 255) = 25.85%
BLUE value IS 245 (96.09% from 255) = 43.67%
R=30.48%
G=25.85%
B=43.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1711452450.300.4100.04255.683.3376.47
HexAB91F51E2904100534c
Octal253221365365104400123114
Binary10101011100100011111010111110101001010010000000010100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB91F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB91F5; }

 p { color: rgb(171,145,245); }

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

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

 a { background-color: rgb(171,145,245); }

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

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

 span { border-color: rgb(171,145,245); }

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