#A18DEA

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

Shades of Biloba Flower #A18DEA

Tints of Biloba Flower #A18DEA

Color information

#A18DEA (or 0xA18DEA) is unknown color: approx Biloba Flower. HEX triplet: A1, 8D and EA. RGB value is (161,141,234). Sum of RGB (Red+Green+Blue) = 161+141+234=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #A18DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18DEA is #5E7215. Grayscale: #9D9D9D. Windows color (decimal): -6189590 or 15371681. OLE color: 15371681.

HSL color Cylindrical-coordinate representation of color #A18DEA: hue angle of 252.9º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A18DEA is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161141234-
CMYK0.310.4000.08
HSL252.9º68.89%73.53%-
HSV(B)252.9º39.74%91.76%-
XYZ39.0732.5782.07-
YUV157.58171.13130.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.04%
GREEN value IS 141 (55.47% from 255) = 26.31%
BLUE value IS 234 (91.80% from 255) = 43.66%
R=30.04%
G=26.31%
B=43.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611412340.310.4000.08252.968.8973.53
HexA18DEA1F2808fd454a
Octal2412153523750010375105112
Binary10100001100011011110101011111101000010001111110110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18DEA; }

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

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

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

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

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

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

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

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