#A490ED

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

Shades of Biloba Flower #A490ED

Tints of Biloba Flower #A490ED

Color information

#A490ED (or 0xA490ED) is unknown color: approx Biloba Flower. HEX triplet: A4, 90 and ED. RGB value is (164,144,237). Sum of RGB (Red+Green+Blue) = 164+144+237=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #A490ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A490ED is #5B6F12. Grayscale: #A0A0A0. Windows color (decimal): -5992211 or 15569060. OLE color: 15569060.

HSL color Cylindrical-coordinate representation of color #A490ED: hue angle of 252.9º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A490ED is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164144237-
CMYK0.310.3900.07
HSL252.9º72.09%74.71%-
HSV(B)252.9º39.24%92.94%-
XYZ40.5733.9584.54-
YUV160.58171.13130.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.09%
GREEN value IS 144 (56.64% from 255) = 26.42%
BLUE value IS 237 (92.97% from 255) = 43.49%
R=30.09%
G=26.42%
B=43.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641442370.310.3900.07252.972.0974.71
HexA490ED1F2707fd484b
Octal244220355374707375110113
Binary1010010010010000111011011111110011101111111110110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A490ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A490ED; }

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

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

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

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

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

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

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

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