#A18DF5

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

Shades of Biloba Flower #A18DF5

Tints of Biloba Flower #A18DF5

Color information

#A18DF5 (or 0xA18DF5) is unknown color: approx Biloba Flower. HEX triplet: A1, 8D and F5. RGB value is (161,141,245). Sum of RGB (Red+Green+Blue) = 161+141+245=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 245 (96.09% from 255 or 44.79% from 547); Max value from RGB is 245 - color contains mainly: blue. Hex color #A18DF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18DF5 is #5E720A. Grayscale: #9E9E9E. Windows color (decimal): -6189579 or 16092577. OLE color: 16092577.

HSL color Cylindrical-coordinate representation of color #A18DF5: hue angle of 251.54º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A18DF5 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB161141245-
CMYK0.340.4200.04
HSL251.54º83.87%75.69%-
HSV(B)251.54º42.45%96.08%-
XYZ40.733.2290.65-
YUV158.84176.63129.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.43%
GREEN value IS 141 (55.47% from 255) = 25.78%
BLUE value IS 245 (96.09% from 255) = 44.79%
R=29.43%
G=25.78%
B=44.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1611412450.340.4200.04251.5483.8775.69
HexA18DF5222A04fc544c
Octal241215365425204374124114
Binary10100001100011011111010110001010101001001111110010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18DF5; }

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

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

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

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

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

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

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

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