#AB91CB

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

Shades of Biloba Flower #AB91CB

Tints of Biloba Flower #AB91CB

Color information

#AB91CB (or 0xAB91CB) is unknown color: approx Biloba Flower. HEX triplet: AB, 91 and CB. RGB value is (171,145,203). Sum of RGB (Red+Green+Blue) = 171+145+203=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB91CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB91CB is #546E34. Grayscale: #9F9F9F. Windows color (decimal): -5533237 or 13341099. OLE color: 13341099.

HSL color Cylindrical-coordinate representation of color #AB91CB: hue angle of 266.9º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB91CB is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB171145203-
CMYK0.160.2900.20
HSL266.9º35.8%68.24%-
HSV(B)266.9º28.57%79.61%-
XYZ37.733.2260.93-
YUV159.39152.61136.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.95%
GREEN value IS 145 (57.03% from 255) = 27.94%
BLUE value IS 203 (79.69% from 255) = 39.11%
R=32.95%
G=27.94%
B=39.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711452030.160.2900.20266.935.868.24
HexAB91CB101D01410b2444
Octal253221313203502441344104
Binary10101011100100011100101110000111010101001000010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB91CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB91CB; }

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

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

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

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

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

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

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

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