#A490DC

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

Shades of Biloba Flower #A490DC

Tints of Biloba Flower #A490DC

Color information

#A490DC (or 0xA490DC) is unknown color: approx Biloba Flower. HEX triplet: A4, 90 and DC. RGB value is (164,144,220). Sum of RGB (Red+Green+Blue) = 164+144+220=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #A490DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490DC is #5B6F23. Grayscale: #9E9E9E. Windows color (decimal): -5992228 or 14454948. OLE color: 14454948.

HSL color Cylindrical-coordinate representation of color #A490DC: hue angle of 255.79º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A490DC is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB164144220-
CMYK0.250.3500.14
HSL255.79º52.05%71.37%-
HSV(B)255.79º34.55%86.27%-
XYZ38.233.0172.07-
YUV158.64162.63131.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.06%
GREEN value IS 144 (56.64% from 255) = 27.27%
BLUE value IS 220 (86.33% from 255) = 41.67%
R=31.06%
G=27.27%
B=41.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1641442200.250.3500.14255.7952.0571.37
HexA490DC19230E1003447
Octal244220334314301640064107
Binary10100100100100001101110011001100011011101000000001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A490DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A490DC; }

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

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

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

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

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

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

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

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