#A490CE

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

Shades of Biloba Flower #A490CE

Tints of Biloba Flower #A490CE

Color information

#A490CE (or 0xA490CE) is unknown color: approx Biloba Flower. HEX triplet: A4, 90 and CE. RGB value is (164,144,206). Sum of RGB (Red+Green+Blue) = 164+144+206=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #A490CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490CE is #5B6F31. Grayscale: #9C9C9C. Windows color (decimal): -5992242 or 13537444. OLE color: 13537444.

HSL color Cylindrical-coordinate representation of color #A490CE: hue angle of 259.35º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A490CE is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164144206-
CMYK0.200.3000.19
HSL259.35º38.75%68.63%-
HSV(B)259.35º30.1%80.78%-
XYZ36.4232.362.71-
YUV157.05155.63132.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.91%
GREEN value IS 144 (56.64% from 255) = 28.02%
BLUE value IS 206 (80.86% from 255) = 40.08%
R=31.91%
G=28.02%
B=40.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641442060.200.3000.19259.3538.7568.63
HexA490CE141E0131032745
Octal244220316243602340347105
Binary10100100100100001100111010100111100100111000000111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A490CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A490CE; }

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

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

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

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

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

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

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

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