#A495FB

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

Shades of Biloba Flower #A495FB

Tints of Biloba Flower #A495FB

Color information

#A495FB (or 0xA495FB) is unknown color: approx Biloba Flower. HEX triplet: A4, 95 and FB. RGB value is (164,149,251). Sum of RGB (Red+Green+Blue) = 164+149+251=564 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.08% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #A495FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A495FB is #5B6A04. Grayscale: #A4A4A4. Windows color (decimal): -5990917 or 16487844. OLE color: 16487844.

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

Color convert

RGB164149251-
CMYK0.350.4100.02
HSL248.82º92.73%78.43%-
HSV(B)248.82º40.64%98.43%-
XYZ43.4736.3595.99-
YUV165.11176.47127.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.08%
GREEN value IS 149 (58.59% from 255) = 26.42%
BLUE value IS 251 (98.44% from 255) = 44.50%
R=29.08%
G=26.42%
B=44.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641492510.350.4100.02248.8292.7378.43
HexA495FB232902f95d4e
Octal244225373435102371135116
Binary1010010010010101111110111000111010010101111100110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A495FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A495FB; }

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

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

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

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

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

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

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

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