#A18DE3

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

Shades of Biloba Flower #A18DE3

Tints of Biloba Flower #A18DE3

Color information

#A18DE3 (or 0xA18DE3) is unknown color: approx Biloba Flower. HEX triplet: A1, 8D and E3. RGB value is (161,141,227). Sum of RGB (Red+Green+Blue) = 161+141+227=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 227 (89.06% from 255 or 42.91% from 529); Max value from RGB is 227 - color contains mainly: blue. Hex color #A18DE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DE3 is #5E721C. Grayscale: #9C9C9C. Windows color (decimal): -6189597 or 14912929. OLE color: 14912929.

HSL color Cylindrical-coordinate representation of color #A18DE3: hue angle of 253.95º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A18DE3 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB161141227-
CMYK0.290.3800.11
HSL253.95º60.56%72.16%-
HSV(B)253.95º37.89%89.02%-
XYZ38.0932.1776.88-
YUV156.78167.63131.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.43%
GREEN value IS 141 (55.47% from 255) = 26.65%
BLUE value IS 227 (89.06% from 255) = 42.91%
R=30.43%
G=26.65%
B=42.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1611412270.290.3800.11253.9560.5672.16
HexA18DE31D260Bfe3d48
Octal241215343354601337675110
Binary1010000110001101111000111110110011001011111111101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18DE3; }

 p { color: rgb(161,141,227); }

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

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

 a { background-color: rgb(161,141,227); }

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

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

 span { border-color: rgb(161,141,227); }

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