#A18AE9

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

Shades of Biloba Flower #A18AE9

Tints of Biloba Flower #A18AE9

Color information

#A18AE9 (or 0xA18AE9) is unknown color: approx Biloba Flower. HEX triplet: A1, 8A and E9. RGB value is (161,138,233). Sum of RGB (Red+Green+Blue) = 161+138+233=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 233 (91.41% from 255 or 43.80% from 532); Max value from RGB is 233 - color contains mainly: blue. Hex color #A18AE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18AE9 is #5E7516. Grayscale: #9B9B9B. Windows color (decimal): -6190359 or 15305377. OLE color: 15305377.

HSL color Cylindrical-coordinate representation of color #A18AE9: hue angle of 254.53º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A18AE9 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB161138233-
CMYK0.310.4100.09
HSL254.53º68.35%72.75%-
HSV(B)254.53º40.77%91.37%-
XYZ38.4931.6481.17-
YUV155.71171.62131.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.26%
GREEN value IS 138 (54.30% from 255) = 25.94%
BLUE value IS 233 (91.41% from 255) = 43.80%
R=30.26%
G=25.94%
B=43.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1611382330.310.4100.09254.5368.3572.75
HexA18AE91F2909ff4449
Octal2412123513751011377104111
Binary10100001100010101110100111111101001010011111111110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18AE9; }

 p { color: rgb(161,138,233); }

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

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

 a { background-color: rgb(161,138,233); }

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

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

 span { border-color: rgb(161,138,233); }

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