#A495E2

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

Shades of Biloba Flower #A495E2

Tints of Biloba Flower #A495E2

Color information

#A495E2 (or 0xA495E2) is unknown color: approx Biloba Flower. HEX triplet: A4, 95 and E2. RGB value is (164,149,226). Sum of RGB (Red+Green+Blue) = 164+149+226=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 226 (88.67% from 255 or 41.93% from 539); Max value from RGB is 226 - color contains mainly: blue. Hex color #A495E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A495E2 is #5B6A1D. Grayscale: #A1A1A1. Windows color (decimal): -5990942 or 14849444. OLE color: 14849444.

HSL color Cylindrical-coordinate representation of color #A495E2: hue angle of 251.69º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A495E2 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB164149226-
CMYK0.270.3400.11
HSL251.69º57.04%73.53%-
HSV(B)251.69º34.07%88.63%-
XYZ39.7834.8876.59-
YUV162.26163.97129.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.43%
GREEN value IS 149 (58.59% from 255) = 27.64%
BLUE value IS 226 (88.67% from 255) = 41.93%
R=30.43%
G=27.64%
B=41.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1641492260.270.3400.11251.6957.0473.53
HexA495E21B220Bfc394a
Octal244225342334201337471112
Binary1010010010010101111000101101110001001011111111001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A495E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A495E2; }

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

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

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

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

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

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

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

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