#A18FDB

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

Shades of Biloba Flower #A18FDB

Tints of Biloba Flower #A18FDB

Color information

#A18FDB (or 0xA18FDB) is unknown color: approx Biloba Flower. HEX triplet: A1, 8F and DB. RGB value is (161,143,219). Sum of RGB (Red+Green+Blue) = 161+143+219=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #A18FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FDB is #5E7024. Grayscale: #9C9C9C. Windows color (decimal): -6189093 or 14389153. OLE color: 14389153.

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

Color convert

RGB161143219-
CMYK0.260.3500.14
HSL254.21º51.35%70.98%-
HSV(B)254.21º34.7%85.88%-
XYZ37.3132.3471.29-
YUV157.05162.96130.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.78%
GREEN value IS 143 (56.25% from 255) = 27.34%
BLUE value IS 219 (85.94% from 255) = 41.87%
R=30.78%
G=27.34%
B=41.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1611432190.260.3500.14254.2151.3570.98
HexA18FDB1A230Efe3347
Octal241217333324301637663107
Binary1010000110001111110110111101010001101110111111101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18FDB; }

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

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

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

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

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

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

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

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