#A18AE1

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

Shades of Biloba Flower #A18AE1

Tints of Biloba Flower #A18AE1

Color information

#A18AE1 (or 0xA18AE1) is unknown color: approx Biloba Flower. HEX triplet: A1, 8A and E1. RGB value is (161,138,225). Sum of RGB (Red+Green+Blue) = 161+138+225=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 225 (88.28% from 255 or 42.94% from 524); Max value from RGB is 225 - color contains mainly: blue. Hex color #A18AE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18AE1 is #5E751E. Grayscale: #9A9A9A. Windows color (decimal): -6190367 or 14781089. OLE color: 14781089.

HSL color Cylindrical-coordinate representation of color #A18AE1: hue angle of 255.86º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A18AE1 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB161138225-
CMYK0.280.3900.12
HSL255.86º59.18%71.18%-
HSV(B)255.86º38.67%88.24%-
XYZ37.3831.1975.28-
YUV154.79167.62132.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.73%
GREEN value IS 138 (54.30% from 255) = 26.34%
BLUE value IS 225 (88.28% from 255) = 42.94%
R=30.73%
G=26.34%
B=42.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1611382250.280.3900.12255.8659.1871.18
HexA18AE11C270C1003b47
Octal241212341344701440073107
Binary10100001100010101110000111100100111011001000000001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18AE1; }

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

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

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

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

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

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

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

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