#A18BDE

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

Shades of Biloba Flower #A18BDE

Tints of Biloba Flower #A18BDE

Color information

#A18BDE (or 0xA18BDE) is unknown color: approx Biloba Flower. HEX triplet: A1, 8B and DE. RGB value is (161,139,222). Sum of RGB (Red+Green+Blue) = 161+139+222=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #A18BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BDE is #5E7421. Grayscale: #9A9A9A. Windows color (decimal): -6190114 or 14584737. OLE color: 14584737.

HSL color Cylindrical-coordinate representation of color #A18BDE: hue angle of 255.9º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A18BDE is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161139222-
CMYK0.270.3700.13
HSL255.9º55.7%70.78%-
HSV(B)255.9º37.39%87.06%-
XYZ37.1231.3273.2-
YUV155.04165.79132.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.84%
GREEN value IS 139 (54.69% from 255) = 26.63%
BLUE value IS 222 (87.11% from 255) = 42.53%
R=30.84%
G=26.63%
B=42.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611392220.270.3700.13255.955.770.78
HexA18BDE1B250D1003847
Octal241213336334501540070107
Binary10100001100010111101111011011100101011011000000001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18BDE; }

 p { color: rgb(161,139,222); }

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

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

 a { background-color: rgb(161,139,222); }

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

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

 span { border-color: rgb(161,139,222); }

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