#A495CE

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

Shades of Biloba Flower #A495CE

Tints of Biloba Flower #A495CE

Color information

#A495CE (or 0xA495CE) is unknown color: approx Biloba Flower. HEX triplet: A4, 95 and CE. RGB value is (164,149,206). Sum of RGB (Red+Green+Blue) = 164+149+206=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #A495CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A495CE is #5B6A31. Grayscale: #9F9F9F. Windows color (decimal): -5990962 or 13538724. OLE color: 13538724.

HSL color Cylindrical-coordinate representation of color #A495CE: hue angle of 255.79º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A495CE is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164149206-
CMYK0.200.2800.19
HSL255.79º36.77%69.61%-
HSV(B)255.79º27.67%80.78%-
XYZ37.233.8462.96-
YUV159.98153.97130.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.60%
GREEN value IS 149 (58.59% from 255) = 28.71%
BLUE value IS 206 (80.86% from 255) = 39.69%
R=31.60%
G=28.71%
B=39.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641492060.200.2800.19255.7936.7769.61
HexA495CE141C0131002546
Octal244225316243402340045106
Binary10100100100101011100111010100111000100111000000001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A495CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A495CE; }

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

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

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

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

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

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

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

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