#A290EE

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

Shades of Biloba Flower #A290EE

Tints of Biloba Flower #A290EE

Color information

#A290EE (or 0xA290EE) is unknown color: approx Biloba Flower. HEX triplet: A2, 90 and EE. RGB value is (162,144,238). Sum of RGB (Red+Green+Blue) = 162+144+238=544 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.78% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #A290EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A290EE is #5D6F11. Grayscale: #9F9F9F. Windows color (decimal): -6123282 or 15634594. OLE color: 15634594.

HSL color Cylindrical-coordinate representation of color #A290EE: hue angle of 251.49º 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 #A290EE is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB162144238-
CMYK0.320.3900.07
HSL251.49º73.44%74.9%-
HSV(B)251.49º39.5%93.33%-
XYZ40.3133.885.29-
YUV160.1171.96129.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.78%
GREEN value IS 144 (56.64% from 255) = 26.47%
BLUE value IS 238 (93.36% from 255) = 43.75%
R=29.78%
G=26.47%
B=43.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1621442380.320.3900.07251.4973.4474.9
HexA290EE202707fb494b
Octal242220356404707373111113
Binary10100010100100001110111010000010011101111111101110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A290EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A290EE; }

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

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

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

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

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

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

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

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