#A495DF

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

Shades of Biloba Flower #A495DF

Tints of Biloba Flower #A495DF

Color information

#A495DF (or 0xA495DF) is unknown color: approx Biloba Flower. HEX triplet: A4, 95 and DF. RGB value is (164,149,223). Sum of RGB (Red+Green+Blue) = 164+149+223=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #A495DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A495DF is #5B6A20. Grayscale: #A1A1A1. Windows color (decimal): -5990945 or 14652836. OLE color: 14652836.

HSL color Cylindrical-coordinate representation of color #A495DF: hue angle of 252.16º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A495DF is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164149223-
CMYK0.260.3300.13
HSL252.16º53.62%72.94%-
HSV(B)252.16º33.18%87.45%-
XYZ39.3834.7274.44-
YUV161.92162.47129.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.60%
GREEN value IS 149 (58.59% from 255) = 27.80%
BLUE value IS 223 (87.5% from 255) = 41.60%
R=30.60%
G=27.80%
B=41.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641492230.260.3300.13252.1653.6272.94
HexA495DF1A210Dfc3649
Octal244225337324101537466111
Binary1010010010010101110111111101010000101101111111001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A495DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A495DF; }

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

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

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

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

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

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

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

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