#AB9CDB

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

Shades of Biloba Flower #AB9CDB

Tints of Biloba Flower #AB9CDB

Color information

#AB9CDB (or 0xAB9CDB) is unknown color: approx Biloba Flower. HEX triplet: AB, 9C and DB. RGB value is (171,156,219). Sum of RGB (Red+Green+Blue) = 171+156+219=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB9CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9CDB is #546324. Grayscale: #A7A7A7. Windows color (decimal): -5530405 or 14392491. OLE color: 14392491.

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

Color convert

RGB171156219-
CMYK0.220.2900.14
HSL254.29º46.67%73.53%-
HSV(B)254.29º28.77%85.88%-
XYZ41.4737.5572.08-
YUV167.67156.97130.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.32%
GREEN value IS 156 (61.33% from 255) = 28.57%
BLUE value IS 219 (85.94% from 255) = 40.11%
R=31.32%
G=28.57%
B=40.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711562190.220.2900.14254.2946.6773.53
HexAB9CDB161D0Efe2f4a
Octal253234333263501637657112
Binary101010111001110011011011101101110101110111111101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9CDB; }

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

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

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

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

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

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

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

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