#A589E1

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

Shades of Biloba Flower #A589E1

Tints of Biloba Flower #A589E1

Color information

#A589E1 (or 0xA589E1) is unknown color: approx Biloba Flower. HEX triplet: A5, 89 and E1. RGB value is (165,137,225). Sum of RGB (Red+Green+Blue) = 165+137+225=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #A589E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A589E1 is #5A761E. Grayscale: #9B9B9B. Windows color (decimal): -5928479 or 14780837. OLE color: 14780837.

HSL color Cylindrical-coordinate representation of color #A589E1: hue angle of 259.09º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A589E1 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB165137225-
CMYK0.270.3900.12
HSL259.09º59.46%70.98%-
HSV(B)259.09º39.11%88.24%-
XYZ38.0531.3375.28-
YUV155.4167.28134.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.31%
GREEN value IS 137 (53.91% from 255) = 26.00%
BLUE value IS 225 (88.28% from 255) = 42.69%
R=31.31%
G=26.00%
B=42.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1651372250.270.3900.12259.0959.4670.98
HexA589E11B270C1033b47
Octal245211341334701440373107
Binary10100101100010011110000111011100111011001000000111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A589E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A589E1; }

 p { color: rgb(165,137,225); }

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

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

 a { background-color: rgb(165,137,225); }

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

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

 span { border-color: rgb(165,137,225); }

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