#A489DF

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

Shades of Biloba Flower #A489DF

Tints of Biloba Flower #A489DF

Color information

#A489DF (or 0xA489DF) is unknown color: approx Biloba Flower. HEX triplet: A4, 89 and DF. RGB value is (164,137,223). Sum of RGB (Red+Green+Blue) = 164+137+223=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 137 (53.91% from 255 or 26.15% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #A489DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489DF is #5B7620. Grayscale: #9A9A9A. Windows color (decimal): -5994017 or 14649764. OLE color: 14649764.

HSL color Cylindrical-coordinate representation of color #A489DF: hue angle of 258.84º 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 #A489DF is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164137223-
CMYK0.260.3900.13
HSL258.84º57.33%70.59%-
HSV(B)258.84º38.57%87.45%-
XYZ37.5731.1173.84-
YUV154.88166.45134.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.30%
GREEN value IS 137 (53.91% from 255) = 26.15%
BLUE value IS 223 (87.5% from 255) = 42.56%
R=31.30%
G=26.15%
B=42.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641372230.260.3900.13258.8457.3370.59
HexA489DF1A270D1033947
Octal244211337324701540371107
Binary10100100100010011101111111010100111011011000000111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A489DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A489DF; }

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

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

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

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

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

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

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

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