#A18CE1

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

Shades of Biloba Flower #A18CE1

Tints of Biloba Flower #A18CE1

Color information

#A18CE1 (or 0xA18CE1) is unknown color: approx Biloba Flower. HEX triplet: A1, 8C and E1. RGB value is (161,140,225). Sum of RGB (Red+Green+Blue) = 161+140+225=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 225 - color contains mainly: blue. Hex color #A18CE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18CE1 is #5E731E. Grayscale: #9B9B9B. Windows color (decimal): -6189855 or 14781601. OLE color: 14781601.

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

Color convert

RGB161140225-
CMYK0.280.3800.12
HSL254.82º58.62%71.57%-
HSV(B)254.82º37.78%88.24%-
XYZ37.6731.7775.38-
YUV155.97166.96131.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.61%
GREEN value IS 140 (55.08% from 255) = 26.62%
BLUE value IS 225 (88.28% from 255) = 42.78%
R=30.61%
G=26.62%
B=42.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1611402250.280.3800.12254.8258.6271.57
HexA18CE11C260Cff3b48
Octal241214341344601437773110
Binary1010000110001100111000011110010011001100111111111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18CE1; }

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

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

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

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

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

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

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

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