#A18ED4

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

Shades of Biloba Flower #A18ED4

Tints of Biloba Flower #A18ED4

Color information

#A18ED4 (or 0xA18ED4) is unknown color: approx Biloba Flower. HEX triplet: A1, 8E and D4. RGB value is (161,142,212). Sum of RGB (Red+Green+Blue) = 161+142+212=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 212 (83.20% from 255 or 41.17% from 515); Max value from RGB is 212 - color contains mainly: blue. Hex color #A18ED4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18ED4 is #5E712B. Grayscale: #9B9B9B. Windows color (decimal): -6189356 or 13930145. OLE color: 13930145.

HSL color Cylindrical-coordinate representation of color #A18ED4: hue angle of 256.29º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A18ED4 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB161142212-
CMYK0.240.3300.17
HSL256.29º44.87%69.41%-
HSV(B)256.29º33.02%83.14%-
XYZ36.2531.6866.49-
YUV155.66159.79131.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.26%
GREEN value IS 142 (55.86% from 255) = 27.57%
BLUE value IS 212 (83.20% from 255) = 41.17%
R=31.26%
G=27.57%
B=41.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1611422120.240.3300.17256.2944.8769.41
HexA18ED418210111002d45
Octal241216324304102140055105
Binary101000011000111011010100110001000010100011000000001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18ED4; }

 p { color: rgb(161,142,212); }

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

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

 a { background-color: rgb(161,142,212); }

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

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

 span { border-color: rgb(161,142,212); }

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