#A495F9

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

Shades of Biloba Flower #A495F9

Tints of Biloba Flower #A495F9

Color information

#A495F9 (or 0xA495F9) is unknown color: approx Biloba Flower. HEX triplet: A4, 95 and F9. RGB value is (164,149,249). Sum of RGB (Red+Green+Blue) = 164+149+249=562 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.18% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 249 - color contains mainly: blue. Hex color #A495F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A495F9 is #5B6A06. Grayscale: #A4A4A4. Windows color (decimal): -5990919 or 16356772. OLE color: 16356772.

HSL color Cylindrical-coordinate representation of color #A495F9: hue angle of 249º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A495F9 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164149249-
CMYK0.340.4000.02
HSL249º89.29%78.04%-
HSV(B)249º40.16%97.65%-
XYZ43.1636.2394.34-
YUV164.88175.47127.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.18%
GREEN value IS 149 (58.59% from 255) = 26.51%
BLUE value IS 249 (97.66% from 255) = 44.31%
R=29.18%
G=26.51%
B=44.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641492490.340.4000.0224989.2978.04
HexA495F9222802f9594e
Octal244225371425002371131116
Binary1010010010010101111110011000101010000101111100110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A495F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A495F9; }

 p { color: rgb(164,149,249); }

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

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

 a { background-color: rgb(164,149,249); }

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

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

 span { border-color: rgb(164,149,249); }

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