#A991FA

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

Shades of Biloba Flower #A991FA

Tints of Biloba Flower #A991FA

Color information

#A991FA (or 0xA991FA) is unknown color: approx Biloba Flower. HEX triplet: A9, 91 and FA. RGB value is (169,145,250). Sum of RGB (Red+Green+Blue) = 169+145+250=564 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.96% from 564); Green value is 145 (57.03% from 255 or 25.71% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #A991FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A991FA is #566E05. Grayscale: #A3A3A3. Windows color (decimal): -5664262 or 16421289. OLE color: 16421289.

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

Color convert

RGB169145250-
CMYK0.320.4200.02
HSL253.71º91.3%77.45%-
HSV(B)253.71º42%98.04%-
XYZ43.7435.5995.01-
YUV164.15176.45131.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.96%
GREEN value IS 145 (57.03% from 255) = 25.71%
BLUE value IS 250 (98.05% from 255) = 44.33%
R=29.96%
G=25.71%
B=44.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1691452500.320.4200.02253.7191.377.45
HexA991FA202A02fe5b4d
Octal251221372405202376133115
Binary1010100110010001111110101000001010100101111111010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A991FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A991FA; }

 p { color: rgb(169,145,250); }

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

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

 a { background-color: rgb(169,145,250); }

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

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

 span { border-color: rgb(169,145,250); }

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