#A990E1

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

Shades of Biloba Flower #A990E1

Tints of Biloba Flower #A990E1

Color information

#A990E1 (or 0xA990E1) is unknown color: approx Biloba Flower. HEX triplet: A9, 90 and E1. RGB value is (169,144,225). Sum of RGB (Red+Green+Blue) = 169+144+225=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 225 (88.28% from 255 or 41.82% from 538); Max value from RGB is 225 - color contains mainly: blue. Hex color #A990E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A990E1 is #566F1E. Grayscale: #A0A0A0. Windows color (decimal): -5664543 or 14782633. OLE color: 14782633.

HSL color Cylindrical-coordinate representation of color #A990E1: hue angle of 258.52º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A990E1 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB169144225-
CMYK0.250.3600.12
HSL258.52º57.45%72.35%-
HSV(B)258.52º36%88.24%-
XYZ39.9333.8275.66-
YUV160.71164.28133.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.41%
GREEN value IS 144 (56.64% from 255) = 26.77%
BLUE value IS 225 (88.28% from 255) = 41.82%
R=31.41%
G=26.77%
B=41.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1691442250.250.3600.12258.5257.4572.35
HexA990E119240C1033948
Octal251220341314401440371110
Binary10101001100100001110000111001100100011001000000111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A990E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A990E1; }

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

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

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

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

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

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

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

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