#A988F4

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

Shades of Biloba Flower #A988F4

Tints of Biloba Flower #A988F4

Color information

#A988F4 (or 0xA988F4) is unknown color: approx Biloba Flower. HEX triplet: A9, 88 and F4. RGB value is (169,136,244). Sum of RGB (Red+Green+Blue) = 169+136+244=549 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.78% from 549); Green value is 136 (53.52% from 255 or 24.77% from 549); Blue value is 244 (95.70% from 255 or 44.44% from 549); Max value from RGB is 244 - color contains mainly: blue. Hex color #A988F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A988F4 is #56770B. Grayscale: #9D9D9D. Windows color (decimal): -5666572 or 16025769. OLE color: 16025769.

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

Color convert

RGB169136244-
CMYK0.310.4400.04
HSL258.33º83.08%74.51%-
HSV(B)258.33º44.26%95.69%-
XYZ41.532.5789.69-
YUV158.18176.43135.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.78%
GREEN value IS 136 (53.52% from 255) = 24.77%
BLUE value IS 244 (95.70% from 255) = 44.44%
R=30.78%
G=24.77%
B=44.44%

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
Decimal1691362440.310.4400.04258.3383.0874.51
HexA988F41F2C04102534b
Octal251210364375404402123113
Binary10101001100010001111010011111101100010010000001010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A988F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A988F4; }

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

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

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

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

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

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

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

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