#AB91FE

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

Shades of Biloba Flower #AB91FE

Tints of Biloba Flower #AB91FE

Color information

#AB91FE (or 0xAB91FE) is unknown color: approx Biloba Flower. HEX triplet: AB, 91 and FE. RGB value is (171,145,254). Sum of RGB (Red+Green+Blue) = 171+145+254=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB91FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB91FE is #546E01. Grayscale: #A4A4A4. Windows color (decimal): -5533186 or 16683435. OLE color: 16683435.

HSL color Cylindrical-coordinate representation of color #AB91FE: hue angle of 254.31º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB91FE is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB171145254-
CMYK0.330.4300.00
HSL254.31º98.2%78.24%-
HSV(B)254.31º42.91%99.61%-
XYZ44.8136.0698.37-
YUV165.2178.11132.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30%
GREEN value IS 145 (57.03% from 255) = 25.44%
BLUE value IS 254 (99.61% from 255) = 44.56%
R=30%
G=25.44%
B=44.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1711452540.330.4300.00254.3198.278.24
HexAB91FE212B00fe624e
Octal253221376415300376142116
Binary101010111001000111111110100001101011001111111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB91FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB91FE; }

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

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

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

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

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

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

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

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