#A989CE

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

Shades of Biloba Flower #A989CE

Tints of Biloba Flower #A989CE

Color information

#A989CE (or 0xA989CE) is unknown color: approx Biloba Flower. HEX triplet: A9, 89 and CE. RGB value is (169,137,206). Sum of RGB (Red+Green+Blue) = 169+137+206=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #A989CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A989CE is #567631. Grayscale: #9A9A9A. Windows color (decimal): -5666354 or 13535657. OLE color: 13535657.

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

Color convert

RGB169137206-
CMYK0.180.3300.19
HSL267.83º41.32%67.25%-
HSV(B)267.83º33.5%80.78%-
XYZ36.4530.7862.41-
YUV154.43157.1138.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.01%
GREEN value IS 137 (53.91% from 255) = 26.76%
BLUE value IS 206 (80.86% from 255) = 40.23%
R=33.01%
G=26.76%
B=40.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691372060.180.3300.19267.8341.3267.25
HexA989CE122101310c2943
Octal251211316224102341451103
Binary101010011000100111001110100101000010100111000011001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A989CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A989CE; }

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

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

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

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

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

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

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

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