#A988FB

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

Shades of Biloba Flower #A988FB

Tints of Biloba Flower #A988FB

Color information

#A988FB (or 0xA988FB) is unknown color: approx Biloba Flower. HEX triplet: A9, 88 and FB. RGB value is (169,136,251). Sum of RGB (Red+Green+Blue) = 169+136+251=556 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.40% from 556); Green value is 136 (53.52% from 255 or 24.46% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #A988FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A988FB is #567704. Grayscale: #9E9E9E. Windows color (decimal): -5666565 or 16484521. OLE color: 16484521.

HSL color Cylindrical-coordinate representation of color #A988FB: hue angle of 257.22º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A988FB is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB169136251-
CMYK0.330.4600.02
HSL257.22º93.5%75.88%-
HSV(B)257.22º45.82%98.43%-
XYZ42.5833.0195.39-
YUV158.98179.93135.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.40%
GREEN value IS 136 (53.52% from 255) = 24.46%
BLUE value IS 251 (98.44% from 255) = 45.14%
R=30.40%
G=24.46%
B=45.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1691362510.330.4600.02257.2293.575.88
HexA988FB212E021015d4c
Octal251210373415602401135114
Binary10101001100010001111101110000110111001010000000110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A988FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A988FB; }

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

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

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

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

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

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

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

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