#A991F8

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

Shades of Biloba Flower #A991F8

Tints of Biloba Flower #A991F8

Color information

#A991F8 (or 0xA991F8) is unknown color: approx Biloba Flower. HEX triplet: A9, 91 and F8. RGB value is (169,145,248). Sum of RGB (Red+Green+Blue) = 169+145+248=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 145 (57.03% from 255 or 25.80% from 562); Blue value is 248 (97.27% from 255 or 44.13% from 562); Max value from RGB is 248 - color contains mainly: blue. Hex color #A991F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A991F8 is #566E07. Grayscale: #A3A3A3. Windows color (decimal): -5664264 or 16290217. OLE color: 16290217.

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

Color convert

RGB169145248-
CMYK0.320.4200.03
HSL253.98º88.03%77.06%-
HSV(B)253.98º41.53%97.25%-
XYZ43.4335.4693.36-
YUV163.92175.45131.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.07%
GREEN value IS 145 (57.03% from 255) = 25.80%
BLUE value IS 248 (97.27% from 255) = 44.13%
R=30.07%
G=25.80%
B=44.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1691452480.320.4200.03253.9888.0377.06
HexA991F8202A03fe584d
Octal251221370405203376130115
Binary1010100110010001111110001000001010100111111111010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A991F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A991F8; }

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

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

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

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

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

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

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

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