#AB91DB

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

Shades of Biloba Flower #AB91DB

Tints of Biloba Flower #AB91DB

Color information

#AB91DB (or 0xAB91DB) is unknown color: approx Biloba Flower. HEX triplet: AB, 91 and DB. RGB value is (171,145,219). Sum of RGB (Red+Green+Blue) = 171+145+219=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB91DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB91DB is #546E24. Grayscale: #A0A0A0. Windows color (decimal): -5533221 or 14389675. OLE color: 14389675.

HSL color Cylindrical-coordinate representation of color #AB91DB: hue angle of 261.08º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB91DB is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171145219-
CMYK0.220.3400.14
HSL261.08º50.68%71.37%-
HSV(B)261.08º33.79%85.88%-
XYZ39.7134.0271.49-
YUV161.21160.61134.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.96%
GREEN value IS 145 (57.03% from 255) = 27.10%
BLUE value IS 219 (85.94% from 255) = 40.93%
R=31.96%
G=27.10%
B=40.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711452190.220.3400.14261.0850.6871.37
HexAB91DB16220E1053347
Octal253221333264201640563107
Binary10101011100100011101101110110100010011101000001011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB91DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB91DB; }

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

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

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

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

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

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

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

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