#AB91FA

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

Shades of Biloba Flower #AB91FA

Tints of Biloba Flower #AB91FA

Color information

#AB91FA (or 0xAB91FA) is unknown color: approx Biloba Flower. HEX triplet: AB, 91 and FA. RGB value is (171,145,250). Sum of RGB (Red+Green+Blue) = 171+145+250=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB91FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB91FA is #546E05. Grayscale: #A4A4A4. Windows color (decimal): -5533190 or 16421291. OLE color: 16421291.

HSL color Cylindrical-coordinate representation of color #AB91FA: hue angle of 254.86º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB91FA is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171145250-
CMYK0.320.4200.02
HSL254.86º91.3%77.45%-
HSV(B)254.86º42%98.04%-
XYZ44.1835.8195.03-
YUV164.74176.11132.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.21%
GREEN value IS 145 (57.03% from 255) = 25.62%
BLUE value IS 250 (98.05% from 255) = 44.17%
R=30.21%
G=25.62%
B=44.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711452500.320.4200.02254.8691.377.45
HexAB91FA202A02ff5b4d
Octal253221372405202377133115
Binary1010101110010001111110101000001010100101111111110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB91FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB91FA; }

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

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

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

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

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

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

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

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