#A988F1

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

Shades of Biloba Flower #A988F1

Tints of Biloba Flower #A988F1

Color information

#A988F1 (or 0xA988F1) is unknown color: approx Biloba Flower. HEX triplet: A9, 88 and F1. RGB value is (169,136,241). Sum of RGB (Red+Green+Blue) = 169+136+241=546 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.95% from 546); Green value is 136 (53.52% from 255 or 24.91% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #A988F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A988F1 is #56770E. Grayscale: #9D9D9D. Windows color (decimal): -5666575 or 15829161. OLE color: 15829161.

HSL color Cylindrical-coordinate representation of color #A988F1: hue angle of 258.86º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A988F1 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB169136241-
CMYK0.300.4400.05
HSL258.86º78.95%73.92%-
HSV(B)258.86º43.57%94.51%-
XYZ41.0432.3987.31-
YUV157.84174.93135.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.95%
GREEN value IS 136 (53.52% from 255) = 24.91%
BLUE value IS 241 (94.53% from 255) = 44.14%
R=30.95%
G=24.91%
B=44.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1691362410.300.4400.05258.8678.9573.92
HexA988F11E2C051034f4a
Octal251210361365405403117112
Binary10101001100010001111000111110101100010110000001110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A988F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A988F1; }

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

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

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

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

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

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

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

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