#A18FEF

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

Shades of Biloba Flower #A18FEF

Tints of Biloba Flower #A18FEF

Color information

#A18FEF (or 0xA18FEF) is unknown color: approx Biloba Flower. HEX triplet: A1, 8F and EF. RGB value is (161,143,239). Sum of RGB (Red+Green+Blue) = 161+143+239=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #A18FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18FEF is #5E7010. Grayscale: #9E9E9E. Windows color (decimal): -6189073 or 15699873. OLE color: 15699873.

HSL color Cylindrical-coordinate representation of color #A18FEF: hue angle of 251.25º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A18FEF is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB161143239-
CMYK0.330.4000.06
HSL251.25º75%74.9%-
HSV(B)251.25º40.17%93.73%-
XYZ40.133.4586.01-
YUV159.33172.96129.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.65%
GREEN value IS 143 (56.25% from 255) = 26.34%
BLUE value IS 239 (93.75% from 255) = 44.01%
R=29.65%
G=26.34%
B=44.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1611432390.330.4000.06251.257574.9
HexA18FEF212806fb4b4b
Octal241217357415006373113113
Binary10100001100011111110111110000110100001101111101110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18FEF; }

 p { color: rgb(161,143,239); }

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

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

 a { background-color: rgb(161,143,239); }

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

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

 span { border-color: rgb(161,143,239); }

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