#A491EC

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

Shades of Biloba Flower #A491EC

Tints of Biloba Flower #A491EC

Color information

#A491EC (or 0xA491EC) is unknown color: approx Biloba Flower. HEX triplet: A4, 91 and EC. RGB value is (164,145,236). Sum of RGB (Red+Green+Blue) = 164+145+236=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #A491EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A491EC is #5B6E13. Grayscale: #A0A0A0. Windows color (decimal): -5991956 or 15503780. OLE color: 15503780.

HSL color Cylindrical-coordinate representation of color #A491EC: hue angle of 252.53º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A491EC is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164145236-
CMYK0.310.3900.07
HSL252.53º70.54%74.71%-
HSV(B)252.53º38.56%92.55%-
XYZ40.5834.283.82-
YUV161.06170.29130.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.09%
GREEN value IS 145 (57.03% from 255) = 26.61%
BLUE value IS 236 (92.58% from 255) = 43.30%
R=30.09%
G=26.61%
B=43.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641452360.310.3900.07252.5370.5474.71
HexA491EC1F2707fd474b
Octal244221354374707375107113
Binary1010010010010001111011001111110011101111111110110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A491EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A491EC; }

 p { color: rgb(164,145,236); }

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

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

 a { background-color: rgb(164,145,236); }

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

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

 span { border-color: rgb(164,145,236); }

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