#A990EA

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

Shades of Biloba Flower #A990EA

Tints of Biloba Flower #A990EA

Color information

#A990EA (or 0xA990EA) is unknown color: approx Biloba Flower. HEX triplet: A9, 90 and EA. RGB value is (169,144,234). Sum of RGB (Red+Green+Blue) = 169+144+234=547 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.90% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #A990EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A990EA is #566F15. Grayscale: #A1A1A1. Windows color (decimal): -5664534 or 15372457. OLE color: 15372457.

HSL color Cylindrical-coordinate representation of color #A990EA: hue angle of 256.67º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A990EA is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB169144234-
CMYK0.280.3800.08
HSL256.67º68.18%74.12%-
HSV(B)256.67º38.46%91.76%-
XYZ41.1934.3282.3-
YUV161.74168.78133.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.90%
GREEN value IS 144 (56.64% from 255) = 26.33%
BLUE value IS 234 (91.80% from 255) = 42.78%
R=30.90%
G=26.33%
B=42.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1691442340.280.3800.08256.6768.1874.12
HexA990EA1C2608101444a
Octal2512203523446010401104112
Binary101010011001000011101010111001001100100010000000110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A990EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A990EA; }

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

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

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

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

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

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

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

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