#A988F5

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

Shades of Biloba Flower #A988F5

Tints of Biloba Flower #A988F5

Color information

#A988F5 (or 0xA988F5) is unknown color: approx Biloba Flower. HEX triplet: A9, 88 and F5. RGB value is (169,136,245). Sum of RGB (Red+Green+Blue) = 169+136+245=550 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.73% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 245 (96.09% from 255 or 44.55% from 550); Max value from RGB is 245 - color contains mainly: blue. Hex color #A988F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A988F5 is #56770A. Grayscale: #9D9D9D. Windows color (decimal): -5666571 or 16091305. OLE color: 16091305.

HSL color Cylindrical-coordinate representation of color #A988F5: hue angle of 258.17º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A988F5 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB169136245-
CMYK0.310.4400.04
HSL258.17º84.5%74.71%-
HSV(B)258.17º44.49%96.08%-
XYZ41.6532.6490.49-
YUV158.29176.93135.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.73%
GREEN value IS 136 (53.52% from 255) = 24.73%
BLUE value IS 245 (96.09% from 255) = 44.55%
R=30.73%
G=24.73%
B=44.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1691362450.310.4400.04258.1784.574.71
HexA988F51F2C04102544b
Octal251210365375404402124113
Binary10101001100010001111010111111101100010010000001010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A988F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A988F5; }

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

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

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

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

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

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

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

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