#A988CE

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

Shades of Biloba Flower #A988CE

Tints of Biloba Flower #A988CE

Color information

#A988CE (or 0xA988CE) is unknown color: approx Biloba Flower. HEX triplet: A9, 88 and CE. RGB value is (169,136,206). Sum of RGB (Red+Green+Blue) = 169+136+206=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #A988CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A988CE is #567731. Grayscale: #999999. Windows color (decimal): -5666610 or 13535401. OLE color: 13535401.

HSL color Cylindrical-coordinate representation of color #A988CE: hue angle of 268.29º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A988CE is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB169136206-
CMYK0.180.3400.19
HSL268.29º41.67%67.06%-
HSV(B)268.29º33.98%80.78%-
XYZ36.3130.562.37-
YUV153.85157.43138.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.07%
GREEN value IS 136 (53.52% from 255) = 26.61%
BLUE value IS 206 (80.86% from 255) = 40.31%
R=33.07%
G=26.61%
B=40.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691362060.180.3400.19268.2941.6767.06
HexA988CE122201310c2a43
Octal251210316224202341452103
Binary101010011000100011001110100101000100100111000011001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A988CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A988CE; }

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

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

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

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

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

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

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

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