#AB91FF

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

Shades of Biloba Flower #AB91FF

Tints of Biloba Flower #AB91FF

Color information

#AB91FF (or 0xAB91FF) is unknown color: approx Biloba Flower. HEX triplet: AB, 91 and FF. RGB value is (171,145,255). Sum of RGB (Red+Green+Blue) = 171+145+255=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 145 (57.03% from 255 or 25.39% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB91FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB91FF is #546E00. Grayscale: #A4A4A4. Windows color (decimal): -5533185 or 16748971. OLE color: 16748971.

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

Color convert

RGB171145255-
CMYK0.330.4300
HSL254.18º100%78.43%-
HSV(B)254.18º43.14%100%-
XYZ44.9736.1399.21-
YUV165.31178.61132.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.95%
GREEN value IS 145 (57.03% from 255) = 25.39%
BLUE value IS 255 (100% from 255) = 44.66%
R=29.95%
G=25.39%
B=44.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711452550.330.4300254.1810078.43
HexAB91FF212B00fe644e
Octal253221377415300376144116
Binary101010111001000111111111100001101011001111111011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB91FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB91FF; }

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

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

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

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

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

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

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

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