#A490EE

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

Shades of Biloba Flower #A490EE

Tints of Biloba Flower #A490EE

Color information

#A490EE (or 0xA490EE) is unknown color: approx Biloba Flower. HEX triplet: A4, 90 and EE. RGB value is (164,144,238). Sum of RGB (Red+Green+Blue) = 164+144+238=546 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.04% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #A490EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A490EE is #5B6F11. Grayscale: #A0A0A0. Windows color (decimal): -5992210 or 15634596. OLE color: 15634596.

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

Color convert

RGB164144238-
CMYK0.310.3900.07
HSL252.77º73.44%74.9%-
HSV(B)252.77º39.5%93.33%-
XYZ40.7234.0185.31-
YUV160.7171.63130.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.04%
GREEN value IS 144 (56.64% from 255) = 26.37%
BLUE value IS 238 (93.36% from 255) = 43.59%
R=30.04%
G=26.37%
B=43.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641442380.310.3900.07252.7773.4474.9
HexA490EE1F2707fd494b
Octal244220356374707375111113
Binary1010010010010000111011101111110011101111111110110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A490EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A490EE; }

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

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

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

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

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

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

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

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