#A18EDF

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

Shades of Biloba Flower #A18EDF

Tints of Biloba Flower #A18EDF

Color information

#A18EDF (or 0xA18EDF) is unknown color: approx Biloba Flower. HEX triplet: A1, 8E and DF. RGB value is (161,142,223). Sum of RGB (Red+Green+Blue) = 161+142+223=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #A18EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18EDF is #5E7120. Grayscale: #9C9C9C. Windows color (decimal): -6189345 or 14651041. OLE color: 14651041.

HSL color Cylindrical-coordinate representation of color #A18EDF: hue angle of 254.07º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A18EDF is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161142223-
CMYK0.280.3600.13
HSL254.07º55.86%71.57%-
HSV(B)254.07º36.32%87.45%-
XYZ37.6932.2574.05-
YUV156.92165.29130.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.61%
GREEN value IS 142 (55.86% from 255) = 27.00%
BLUE value IS 223 (87.5% from 255) = 42.40%
R=30.61%
G=27.00%
B=42.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611422230.280.3600.13254.0755.8671.57
HexA18EDF1C240Dfe3848
Octal241216337344401537670110
Binary1010000110001110110111111110010010001101111111101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18EDF; }

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

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

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

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

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

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

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

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