#A494EE

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

Shades of Biloba Flower #A494EE

Tints of Biloba Flower #A494EE

Color information

#A494EE (or 0xA494EE) is unknown color: approx Biloba Flower. HEX triplet: A4, 94 and EE. RGB value is (164,148,238). Sum of RGB (Red+Green+Blue) = 164+148+238=550 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.82% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #A494EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A494EE is #5B6B11. Grayscale: #A2A2A2. Windows color (decimal): -5991186 or 15635620. OLE color: 15635620.

HSL color Cylindrical-coordinate representation of color #A494EE: hue angle of 250.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A494EE is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164148238-
CMYK0.310.3800.07
HSL250.67º72.58%75.69%-
HSV(B)250.67º37.82%93.33%-
XYZ41.3335.2585.51-
YUV163.04170.3128.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.82%
GREEN value IS 148 (58.20% from 255) = 26.91%
BLUE value IS 238 (93.36% from 255) = 43.27%
R=29.82%
G=26.91%
B=43.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641482380.310.3800.07250.6772.5875.69
HexA494EE1F2607fb494c
Octal244224356374607373111114
Binary1010010010010100111011101111110011001111111101110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A494EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A494EE; }

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

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

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

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

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

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

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

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