#A990E2

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

Shades of Biloba Flower #A990E2

Tints of Biloba Flower #A990E2

Color information

#A990E2 (or 0xA990E2) is unknown color: approx Biloba Flower. HEX triplet: A9, 90 and E2. RGB value is (169,144,226). Sum of RGB (Red+Green+Blue) = 169+144+226=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 226 (88.67% from 255 or 41.93% from 539); Max value from RGB is 226 - color contains mainly: blue. Hex color #A990E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A990E2 is #566F1D. Grayscale: #A0A0A0. Windows color (decimal): -5664542 or 14848169. OLE color: 14848169.

HSL color Cylindrical-coordinate representation of color #A990E2: hue angle of 258.29º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A990E2 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB169144226-
CMYK0.250.3600.11
HSL258.29º58.57%72.55%-
HSV(B)258.29º36.28%88.63%-
XYZ40.0633.8776.38-
YUV160.82164.78133.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.35%
GREEN value IS 144 (56.64% from 255) = 26.72%
BLUE value IS 226 (88.67% from 255) = 41.93%
R=31.35%
G=26.72%
B=41.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1691442260.250.3600.11258.2958.5772.55
HexA990E219240B1023b49
Octal251220342314401340273111
Binary10101001100100001110001011001100100010111000000101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A990E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A990E2; }

 p { color: rgb(169,144,226); }

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

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

 a { background-color: rgb(169,144,226); }

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

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

 span { border-color: rgb(169,144,226); }

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