#A18BEE

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

Shades of Biloba Flower #A18BEE

Tints of Biloba Flower #A18BEE

Color information

#A18BEE (or 0xA18BEE) is unknown color: approx Biloba Flower. HEX triplet: A1, 8B and EE. RGB value is (161,139,238). Sum of RGB (Red+Green+Blue) = 161+139+238=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #A18BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18BEE is #5E7411. Grayscale: #9C9C9C. Windows color (decimal): -6190098 or 15633313. OLE color: 15633313.

HSL color Cylindrical-coordinate representation of color #A18BEE: hue angle of 253.33º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A18BEE is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161139238-
CMYK0.320.4200.07
HSL253.33º74.44%73.92%-
HSV(B)253.33º41.6%93.33%-
XYZ39.3632.2285.03-
YUV156.86173.79130.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.93%
GREEN value IS 139 (54.69% from 255) = 25.84%
BLUE value IS 238 (93.36% from 255) = 44.24%
R=29.93%
G=25.84%
B=44.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611392380.320.4200.07253.3374.4473.92
HexA18BEE202A07fd4a4a
Octal241213356405207375112112
Binary10100001100010111110111010000010101001111111110110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18BEE; }

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

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

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

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

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

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

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

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