#A18DDB

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

Shades of Biloba Flower #A18DDB

Tints of Biloba Flower #A18DDB

Color information

#A18DDB (or 0xA18DDB) is unknown color: approx Biloba Flower. HEX triplet: A1, 8D and DB. RGB value is (161,141,219). Sum of RGB (Red+Green+Blue) = 161+141+219=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #A18DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DDB is #5E7224. Grayscale: #9B9B9B. Windows color (decimal): -6189605 or 14388641. OLE color: 14388641.

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

Color convert

RGB161141219-
CMYK0.260.3600.14
HSL255.38º52%70.59%-
HSV(B)255.38º35.62%85.88%-
XYZ37.0131.7471.19-
YUV155.87163.63131.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.90%
GREEN value IS 141 (55.47% from 255) = 27.06%
BLUE value IS 219 (85.94% from 255) = 42.03%
R=30.90%
G=27.06%
B=42.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1611412190.260.3600.14255.385270.59
HexA18DDB1A240Eff3447
Octal241215333324401637764107
Binary1010000110001101110110111101010010001110111111111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18DDB; }

 p { color: rgb(161,141,219); }

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

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

 a { background-color: rgb(161,141,219); }

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

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

 span { border-color: rgb(161,141,219); }

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