#A988EE

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

Shades of Biloba Flower #A988EE

Tints of Biloba Flower #A988EE

Color information

#A988EE (or 0xA988EE) is unknown color: approx Biloba Flower. HEX triplet: A9, 88 and EE. RGB value is (169,136,238). Sum of RGB (Red+Green+Blue) = 169+136+238=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 136 (53.52% from 255 or 25.05% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #A988EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A988EE is #567711. Grayscale: #9D9D9D. Windows color (decimal): -5666578 or 15632553. OLE color: 15632553.

HSL color Cylindrical-coordinate representation of color #A988EE: hue angle of 259.41º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A988EE is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169136238-
CMYK0.290.4300.07
HSL259.41º75%73.33%-
HSV(B)259.41º42.86%93.33%-
XYZ40.632.2284.97-
YUV157.5173.43136.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.12%
GREEN value IS 136 (53.52% from 255) = 25.05%
BLUE value IS 238 (93.36% from 255) = 43.83%
R=31.12%
G=25.05%
B=43.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1691362380.290.4300.07259.417573.33
HexA988EE1D2B071034b49
Octal251210356355307403113111
Binary10101001100010001110111011101101011011110000001110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A988EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A988EE; }

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

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

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

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

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

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

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

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