#A991F5

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

Shades of Biloba Flower #A991F5

Tints of Biloba Flower #A991F5

Color information

#A991F5 (or 0xA991F5) is unknown color: approx Biloba Flower. HEX triplet: A9, 91 and F5. RGB value is (169,145,245). Sum of RGB (Red+Green+Blue) = 169+145+245=559 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.23% from 559); Green value is 145 (57.03% from 255 or 25.94% from 559); Blue value is 245 (96.09% from 255 or 43.83% from 559); Max value from RGB is 245 - color contains mainly: blue. Hex color #A991F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A991F5 is #566E0A. Grayscale: #A3A3A3. Windows color (decimal): -5664267 or 16093609. OLE color: 16093609.

HSL color Cylindrical-coordinate representation of color #A991F5: hue angle of 254.4º degrees, saturation: 0.83, 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 #A991F5 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB169145245-
CMYK0.310.4100.04
HSL254.4º83.33%76.47%-
HSV(B)254.4º40.82%96.08%-
XYZ42.9735.2890.93-
YUV163.58173.95131.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.23%
GREEN value IS 145 (57.03% from 255) = 25.94%
BLUE value IS 245 (96.09% from 255) = 43.83%
R=30.23%
G=25.94%
B=43.83%

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
Decimal1691452450.310.4100.04254.483.3376.47
HexA991F51F2904fe534c
Octal251221365375104376123114
Binary1010100110010001111101011111110100101001111111010100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A991F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A991F5; }

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

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

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

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

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

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

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

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