#A989DF

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

Shades of Biloba Flower #A989DF

Tints of Biloba Flower #A989DF

Color information

#A989DF (or 0xA989DF) is unknown color: approx Biloba Flower. HEX triplet: A9, 89 and DF. RGB value is (169,137,223). Sum of RGB (Red+Green+Blue) = 169+137+223=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #A989DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A989DF is #567620. Grayscale: #9C9C9C. Windows color (decimal): -5666337 or 14649769. OLE color: 14649769.

HSL color Cylindrical-coordinate representation of color #A989DF: hue angle of 262.33º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A989DF is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169137223-
CMYK0.240.3900.13
HSL262.33º57.33%70.59%-
HSV(B)262.33º38.57%87.45%-
XYZ38.6331.6573.89-
YUV156.37165.6137.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.95%
GREEN value IS 137 (53.91% from 255) = 25.90%
BLUE value IS 223 (87.5% from 255) = 42.16%
R=31.95%
G=25.90%
B=42.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691372230.240.3900.13262.3357.3370.59
HexA989DF18270D1063947
Octal251211337304701540671107
Binary10101001100010011101111111000100111011011000001101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A989DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A989DF; }

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

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

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

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

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

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

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

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