#AB9EDB

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

Shades of Biloba Flower #AB9EDB

Tints of Biloba Flower #AB9EDB

Color information

#AB9EDB (or 0xAB9EDB) is unknown color: approx Biloba Flower. HEX triplet: AB, 9E and DB. RGB value is (171,158,219). Sum of RGB (Red+Green+Blue) = 171+158+219=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB9EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9EDB is #546124. Grayscale: #A8A8A8. Windows color (decimal): -5529893 or 14393003. OLE color: 14393003.

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

Color convert

RGB171158219-
CMYK0.220.2800.14
HSL252.79º45.86%73.92%-
HSV(B)252.79º27.85%85.88%-
XYZ41.8138.2372.19-
YUV168.84156.31129.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.20%
GREEN value IS 158 (62.11% from 255) = 28.83%
BLUE value IS 219 (85.94% from 255) = 39.96%
R=31.20%
G=28.83%
B=39.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711582190.220.2800.14252.7945.8673.92
HexAB9EDB161C0Efd2e4a
Octal253236333263401637556112
Binary101010111001111011011011101101110001110111111011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9EDB; }

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

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

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

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

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

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

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

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