#A497FE

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

Shades of Biloba Flower #A497FE

Tints of Biloba Flower #A497FE

Color information

#A497FE (or 0xA497FE) is unknown color: approx Biloba Flower. HEX triplet: A4, 97 and FE. RGB value is (164,151,254). Sum of RGB (Red+Green+Blue) = 164+151+254=569 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.82% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #A497FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A497FE is #5B6801. Grayscale: #A6A6A6. Windows color (decimal): -5990402 or 16684964. OLE color: 16684964.

HSL color Cylindrical-coordinate representation of color #A497FE: hue angle of 247.57º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A497FE is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB164151254-
CMYK0.350.4100.00
HSL247.57º98.1%79.41%-
HSV(B)247.57º40.55%99.61%-
XYZ44.2737.1898.61-
YUV166.63177.31126.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.82%
GREEN value IS 151 (59.38% from 255) = 26.54%
BLUE value IS 254 (99.61% from 255) = 44.64%
R=28.82%
G=26.54%
B=44.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1641512540.350.4100.00247.5798.179.41
HexA497FE232900f8624f
Octal244227376435100370142117
Binary101001001001011111111110100011101001001111100011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A497FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A497FE; }

 p { color: rgb(164,151,254); }

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

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

 a { background-color: rgb(164,151,254); }

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

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

 span { border-color: rgb(164,151,254); }

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