#A589E2

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

Shades of Biloba Flower #A589E2

Tints of Biloba Flower #A589E2

Color information

#A589E2 (or 0xA589E2) is unknown color: approx Biloba Flower. HEX triplet: A5, 89 and E2. RGB value is (165,137,226). Sum of RGB (Red+Green+Blue) = 165+137+226=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 226 (88.67% from 255 or 42.80% from 528); Max value from RGB is 226 - color contains mainly: blue. Hex color #A589E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A589E2 is #5A761D. Grayscale: #9B9B9B. Windows color (decimal): -5928478 or 14846373. OLE color: 14846373.

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

Color convert

RGB165137226-
CMYK0.270.3900.11
HSL258.88º60.54%71.18%-
HSV(B)258.88º39.38%88.63%-
XYZ38.1931.3876-
YUV155.52167.78134.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.25%
GREEN value IS 137 (53.91% from 255) = 25.95%
BLUE value IS 226 (88.67% from 255) = 42.80%
R=31.25%
G=25.95%
B=42.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1651372260.270.3900.11258.8860.5471.18
HexA589E21B270B1033d47
Octal245211342334701340375107
Binary10100101100010011110001011011100111010111000000111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A589E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A589E2; }

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

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

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

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

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

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

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

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