#A989D4

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

Shades of Biloba Flower #A989D4

Tints of Biloba Flower #A989D4

Color information

#A989D4 (or 0xA989D4) is unknown color: approx Biloba Flower. HEX triplet: A9, 89 and D4. RGB value is (169,137,212). Sum of RGB (Red+Green+Blue) = 169+137+212=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 212 (83.20% from 255 or 40.93% from 518); Max value from RGB is 212 - color contains mainly: blue. Hex color #A989D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A989D4 is #56762B. Grayscale: #9A9A9A. Windows color (decimal): -5666348 or 13928873. OLE color: 13928873.

HSL color Cylindrical-coordinate representation of color #A989D4: hue angle of 265.6º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A989D4 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB169137212-
CMYK0.200.3500.17
HSL265.6º46.58%68.43%-
HSV(B)265.6º35.38%83.14%-
XYZ37.1931.0866.33-
YUV155.12160.1137.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.63%
GREEN value IS 137 (53.91% from 255) = 26.45%
BLUE value IS 212 (83.20% from 255) = 40.93%
R=32.63%
G=26.45%
B=40.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1691372120.200.3500.17265.646.5868.43
HexA989D4142301110a2f44
Octal251211324244302141257104
Binary101010011000100111010100101001000110100011000010101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A989D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A989D4; }

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

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

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

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

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

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

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

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