#A495FA

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

Shades of Biloba Flower #A495FA

Tints of Biloba Flower #A495FA

Color information

#A495FA (or 0xA495FA) is unknown color: approx Biloba Flower. HEX triplet: A4, 95 and FA. RGB value is (164,149,250). Sum of RGB (Red+Green+Blue) = 164+149+250=563 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.13% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #A495FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A495FA is #5B6A05. Grayscale: #A4A4A4. Windows color (decimal): -5990918 or 16422308. OLE color: 16422308.

HSL color Cylindrical-coordinate representation of color #A495FA: hue angle of 248.91º degrees, saturation: 0.91, 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 #A495FA is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164149250-
CMYK0.340.4000.02
HSL248.91º90.99%78.24%-
HSV(B)248.91º40.4%98.04%-
XYZ43.3136.2995.16-
YUV165175.97127.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.13%
GREEN value IS 149 (58.59% from 255) = 26.47%
BLUE value IS 250 (98.05% from 255) = 44.40%
R=29.13%
G=26.47%
B=44.40%

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
Decimal1641492500.340.4000.02248.9190.9978.24
HexA495FA222802f95b4e
Octal244225372425002371133116
Binary1010010010010101111110101000101010000101111100110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A495FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A495FA; }

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

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

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

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

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

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

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

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