#A494E4

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

Shades of Biloba Flower #A494E4

Tints of Biloba Flower #A494E4

Color information

#A494E4 (or 0xA494E4) is unknown color: approx Biloba Flower. HEX triplet: A4, 94 and E4. RGB value is (164,148,228). Sum of RGB (Red+Green+Blue) = 164+148+228=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 148 (58.20% from 255 or 27.41% from 540); Blue value is 228 (89.45% from 255 or 42.22% from 540); Max value from RGB is 228 - color contains mainly: blue. Hex color #A494E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A494E4 is #5B6B1B. Grayscale: #A1A1A1. Windows color (decimal): -5991196 or 14980260. OLE color: 14980260.

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

Color convert

RGB164148228-
CMYK0.280.3500.11
HSL252º59.7%73.73%-
HSV(B)252º35.09%89.41%-
XYZ39.934.6777.99-
YUV161.9165.3129.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.37%
GREEN value IS 148 (58.20% from 255) = 27.41%
BLUE value IS 228 (89.45% from 255) = 42.22%
R=30.37%
G=27.41%
B=42.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1641482280.280.3500.1125259.773.73
HexA494E41C230Bfc3c4a
Octal244224344344301337474112
Binary1010010010010100111001001110010001101011111111001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A494E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A494E4; }

 p { color: rgb(164,148,228); }

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

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

 a { background-color: rgb(164,148,228); }

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

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

 span { border-color: rgb(164,148,228); }

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