#A988DA

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

Shades of Biloba Flower #A988DA

Tints of Biloba Flower #A988DA

Color information

#A988DA (or 0xA988DA) is unknown color: approx Biloba Flower. HEX triplet: A9, 88 and DA. RGB value is (169,136,218). Sum of RGB (Red+Green+Blue) = 169+136+218=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 136 (53.52% from 255 or 26.00% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #A988DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A988DA is #567725. Grayscale: #9A9A9A. Windows color (decimal): -5666598 or 14321833. OLE color: 14321833.

HSL color Cylindrical-coordinate representation of color #A988DA: hue angle of 264.15º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A988DA is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB169136218-
CMYK0.220.3800.15
HSL264.15º52.56%69.41%-
HSV(B)264.15º37.61%85.49%-
XYZ37.8231.1170.34-
YUV155.22163.43137.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.31%
GREEN value IS 136 (53.52% from 255) = 26.00%
BLUE value IS 218 (85.55% from 255) = 41.68%
R=32.31%
G=26.00%
B=41.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691362180.220.3800.15264.1552.5669.41
HexA988DA16260F1083545
Octal251210332264601741065105
Binary10101001100010001101101010110100110011111000010001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A988DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A988DA; }

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

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

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

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

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

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

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

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