#A988CD

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

Shades of Biloba Flower #A988CD

Tints of Biloba Flower #A988CD

Color information

#A988CD (or 0xA988CD) is unknown color: approx Biloba Flower. HEX triplet: A9, 88 and CD. RGB value is (169,136,205). Sum of RGB (Red+Green+Blue) = 169+136+205=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #A988CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A988CD is #567732. Grayscale: #999999. Windows color (decimal): -5666611 or 13469865. OLE color: 13469865.

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

Color convert

RGB169136205-
CMYK0.180.3400.20
HSL268.7º40.83%66.86%-
HSV(B)268.7º33.66%80.39%-
XYZ36.1930.4561.73-
YUV153.73156.93138.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.14%
GREEN value IS 136 (53.52% from 255) = 26.67%
BLUE value IS 205 (80.47% from 255) = 40.20%
R=33.14%
G=26.67%
B=40.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691362050.180.3400.20268.740.8366.86
HexA988CD122201410d2943
Octal251210315224202441551103
Binary101010011000100011001101100101000100101001000011011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A988CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A988CD; }

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

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

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

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

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

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

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

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