#A490DE

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

Shades of Biloba Flower #A490DE

Tints of Biloba Flower #A490DE

Color information

#A490DE (or 0xA490DE) is unknown color: approx Biloba Flower. HEX triplet: A4, 90 and DE. RGB value is (164,144,222). Sum of RGB (Red+Green+Blue) = 164+144+222=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #A490DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490DE is #5B6F21. Grayscale: #9E9E9E. Windows color (decimal): -5992226 or 14586020. OLE color: 14586020.

HSL color Cylindrical-coordinate representation of color #A490DE: hue angle of 255.38º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A490DE is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164144222-
CMYK0.260.3500.13
HSL255.38º54.17%71.76%-
HSV(B)255.38º35.14%87.06%-
XYZ38.4733.1173.47-
YUV158.87163.63131.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.94%
GREEN value IS 144 (56.64% from 255) = 27.17%
BLUE value IS 222 (87.11% from 255) = 41.89%
R=30.94%
G=27.17%
B=41.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641442220.260.3500.13255.3854.1771.76
HexA490DE1A230Dff3648
Octal244220336324301537766110
Binary1010010010010000110111101101010001101101111111111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A490DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A490DE; }

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

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

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

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

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

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

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

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