#A496F7

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

Shades of Biloba Flower #A496F7

Tints of Biloba Flower #A496F7

Color information

#A496F7 (or 0xA496F7) is unknown color: approx Biloba Flower. HEX triplet: A4, 96 and F7. RGB value is (164,150,247). Sum of RGB (Red+Green+Blue) = 164+150+247=561 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.23% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 247 (96.88% from 255 or 44.03% from 561); Max value from RGB is 247 - color contains mainly: blue. Hex color #A496F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A496F7 is #5B6908. Grayscale: #A4A4A4. Windows color (decimal): -5990665 or 16225956. OLE color: 16225956.

HSL color Cylindrical-coordinate representation of color #A496F7: hue angle of 248.66º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A496F7 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB164150247-
CMYK0.340.3900.03
HSL248.66º85.84%77.84%-
HSV(B)248.66º39.27%96.86%-
XYZ4336.4292.76-
YUV165.24174.14127.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.23%
GREEN value IS 150 (58.98% from 255) = 26.74%
BLUE value IS 247 (96.88% from 255) = 44.03%
R=29.23%
G=26.74%
B=44.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1641502470.340.3900.03248.6685.8477.84
HexA496F7222703f9564e
Octal244226367424703371126116
Binary1010010010010110111101111000101001110111111100110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A496F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A496F7; }

 p { color: rgb(164,150,247); }

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

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

 a { background-color: rgb(164,150,247); }

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

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

 span { border-color: rgb(164,150,247); }

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