#A988F0

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

Shades of Biloba Flower #A988F0

Tints of Biloba Flower #A988F0

Color information

#A988F0 (or 0xA988F0) is unknown color: approx Biloba Flower. HEX triplet: A9, 88 and F0. RGB value is (169,136,240). Sum of RGB (Red+Green+Blue) = 169+136+240=545 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.01% from 545); Green value is 136 (53.52% from 255 or 24.95% from 545); Blue value is 240 (94.14% from 255 or 44.04% from 545); Max value from RGB is 240 - color contains mainly: blue. Hex color #A988F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A988F0 is #56770F. Grayscale: #9D9D9D. Windows color (decimal): -5666576 or 15763625. OLE color: 15763625.

HSL color Cylindrical-coordinate representation of color #A988F0: hue angle of 259.04º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A988F0 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB169136240-
CMYK0.300.4300.06
HSL259.04º77.61%73.73%-
HSV(B)259.04º43.33%94.12%-
XYZ40.8932.3386.52-
YUV157.72174.43136.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.01%
GREEN value IS 136 (53.52% from 255) = 24.95%
BLUE value IS 240 (94.14% from 255) = 44.04%
R=31.01%
G=24.95%
B=44.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1691362400.300.4300.06259.0477.6173.73
HexA988F01E2B061034e4a
Octal251210360365306403116112
Binary10101001100010001111000011110101011011010000001110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A988F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A988F0; }

 p { color: rgb(169,136,240); }

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

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

 a { background-color: rgb(169,136,240); }

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

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

 span { border-color: rgb(169,136,240); }

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