#A490E2

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

Shades of Biloba Flower #A490E2

Tints of Biloba Flower #A490E2

Color information

#A490E2 (or 0xA490E2) is unknown color: approx Biloba Flower. HEX triplet: A4, 90 and E2. RGB value is (164,144,226). Sum of RGB (Red+Green+Blue) = 164+144+226=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 226 (88.67% from 255 or 42.32% from 534); Max value from RGB is 226 - color contains mainly: blue. Hex color #A490E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490E2 is #5B6F1D. Grayscale: #9F9F9F. Windows color (decimal): -5992222 or 14848164. OLE color: 14848164.

HSL color Cylindrical-coordinate representation of color #A490E2: hue angle of 254.63º 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 #A490E2 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB164144226-
CMYK0.270.3600.11
HSL254.63º58.57%72.55%-
HSV(B)254.63º36.28%88.63%-
XYZ39.0133.3376.33-
YUV159.33165.63131.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.71%
GREEN value IS 144 (56.64% from 255) = 26.97%
BLUE value IS 226 (88.67% from 255) = 42.32%
R=30.71%
G=26.97%
B=42.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1641442260.270.3600.11254.6358.5772.55
HexA490E21B240Bff3b49
Octal244220342334401337773111
Binary1010010010010000111000101101110010001011111111111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A490E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A490E2; }

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

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

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

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

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

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

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

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