#A990F6

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

Shades of Biloba Flower #A990F6

Tints of Biloba Flower #A990F6

Color information

#A990F6 (or 0xA990F6) is unknown color: approx Biloba Flower. HEX triplet: A9, 90 and F6. RGB value is (169,144,246). Sum of RGB (Red+Green+Blue) = 169+144+246=559 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.23% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 246 (96.48% from 255 or 44.01% from 559); Max value from RGB is 246 - color contains mainly: blue. Hex color #A990F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A990F6 is #566F09. Grayscale: #A2A2A2. Windows color (decimal): -5664522 or 16158889. OLE color: 16158889.

HSL color Cylindrical-coordinate representation of color #A990F6: hue angle of 254.71º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A990F6 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB169144246-
CMYK0.310.4100.04
HSL254.71º85%76.47%-
HSV(B)254.71º41.46%96.47%-
XYZ42.9735.0491.69-
YUV163.1174.78132.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.23%
GREEN value IS 144 (56.64% from 255) = 25.76%
BLUE value IS 246 (96.48% from 255) = 44.01%
R=30.23%
G=25.76%
B=44.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1691442460.310.4100.04254.718576.47
HexA990F61F2904ff554c
Octal251220366375104377125114
Binary1010100110010000111101101111110100101001111111110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A990F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A990F6; }

 p { color: rgb(169,144,246); }

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

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

 a { background-color: rgb(169,144,246); }

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

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

 span { border-color: rgb(169,144,246); }

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