#A990FB

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

Shades of Biloba Flower #A990FB

Tints of Biloba Flower #A990FB

Color information

#A990FB (or 0xA990FB) is unknown color: approx Biloba Flower. HEX triplet: A9, 90 and FB. RGB value is (169,144,251). Sum of RGB (Red+Green+Blue) = 169+144+251=564 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.96% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #A990FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A990FB is #566F04. Grayscale: #A3A3A3. Windows color (decimal): -5664517 or 16486569. OLE color: 16486569.

HSL color Cylindrical-coordinate representation of color #A990FB: hue angle of 254.02º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A990FB is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB169144251-
CMYK0.330.4300.02
HSL254.02º93.04%77.45%-
HSV(B)254.02º42.63%98.43%-
XYZ43.7535.3595.78-
YUV163.67177.28131.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.96%
GREEN value IS 144 (56.64% from 255) = 25.53%
BLUE value IS 251 (98.44% from 255) = 44.50%
R=29.96%
G=25.53%
B=44.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1691442510.330.4300.02254.0293.0477.45
HexA990FB212B02fe5d4d
Octal251220373415302376135115
Binary1010100110010000111110111000011010110101111111010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A990FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A990FB; }

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

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

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

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

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

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

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

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