#A18DEC

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

Shades of Biloba Flower #A18DEC

Tints of Biloba Flower #A18DEC

Color information

#A18DEC (or 0xA18DEC) is unknown color: approx Biloba Flower. HEX triplet: A1, 8D and EC. RGB value is (161,141,236). Sum of RGB (Red+Green+Blue) = 161+141+236=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #A18DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18DEC is #5E7213. Grayscale: #9D9D9D. Windows color (decimal): -6189588 or 15502753. OLE color: 15502753.

HSL color Cylindrical-coordinate representation of color #A18DEC: hue angle of 252.63º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A18DEC is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161141236-
CMYK0.320.4000.07
HSL252.63º71.43%73.92%-
HSV(B)252.63º40.25%92.55%-
XYZ39.3632.6883.59-
YUV157.81172.13130.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.93%
GREEN value IS 141 (55.47% from 255) = 26.21%
BLUE value IS 236 (92.58% from 255) = 43.87%
R=29.93%
G=26.21%
B=43.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611412360.320.4000.07252.6371.4373.92
HexA18DEC202807fd474a
Octal241215354405007375107112
Binary10100001100011011110110010000010100001111111110110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18DEC; }

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

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

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

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

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

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

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

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