#a18eef

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

Shades of Biloba Flower #A18EEF

Tints of Biloba Flower #A18EEF

Color information

#A18EEF (or 0xA18EEF) is unknown color: approx Biloba Flower. HEX triplet: A1, 8E and EF. RGB value is (161,142,239). Sum of RGB (Red+Green+Blue) = 161+142+239=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 142 (55.86% from 255 or 26.20% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #A18EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18EEF is #5E7110. Grayscale: #9E9E9E. Windows color (decimal): -6189329 or 15699617. OLE color: 15699617.

HSL color Cylindrical-coordinate representation of color #A18EEF: hue angle of 251.75º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A18EEF is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB161142239-
CMYK0.330.4100.06
HSL251.75º75.19%74.71%-
HSV(B)251.75º40.59%93.73%-
XYZ39.9533.1685.96-
YUV158.74173.29129.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.70%
GREEN value IS 142 (55.86% from 255) = 26.20%
BLUE value IS 239 (93.75% from 255) = 44.10%
R=29.70%
G=26.20%
B=44.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1611422390.330.4100.06251.7575.1974.71
HexA18EEF212906fc4b4b
Octal241216357415106374113113
Binary10100001100011101110111110000110100101101111110010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a18eef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a18eef; }

 p { color: rgb(161,142,239); }

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

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

 a { background-color: rgb(161,142,239); }

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

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

 span { border-color: rgb(161,142,239); }

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