#A18EEE

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

Shades of Biloba Flower #A18EEE

Tints of Biloba Flower #A18EEE

Color information

#A18EEE (or 0xA18EEE) is unknown color: approx Biloba Flower. HEX triplet: A1, 8E and EE. RGB value is (161,142,238). Sum of RGB (Red+Green+Blue) = 161+142+238=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #A18EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18EEE is #5E7111. Grayscale: #9E9E9E. Windows color (decimal): -6189330 or 15634081. OLE color: 15634081.

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

Color convert

RGB161142238-
CMYK0.320.4000.07
HSL251.88º73.85%74.51%-
HSV(B)251.88º40.34%93.33%-
XYZ39.833.185.18-
YUV158.62172.79129.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.76%
GREEN value IS 142 (55.86% from 255) = 26.25%
BLUE value IS 238 (93.36% from 255) = 43.99%
R=29.76%
G=26.25%
B=43.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611422380.320.4000.07251.8873.8574.51
HexA18EEE202807fc4a4b
Octal241216356405007374112113
Binary10100001100011101110111010000010100001111111110010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18EEE; }

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

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

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

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

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

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

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

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