#A589EE

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

Shades of Biloba Flower #A589EE

Tints of Biloba Flower #A589EE

Color information

#A589EE (or 0xA589EE) is unknown color: approx Biloba Flower. HEX triplet: A5, 89 and EE. RGB value is (165,137,238). Sum of RGB (Red+Green+Blue) = 165+137+238=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 137 (53.91% from 255 or 25.37% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #A589EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A589EE is #5A7611. Grayscale: #9C9C9C. Windows color (decimal): -5928466 or 15632805. OLE color: 15632805.

HSL color Cylindrical-coordinate representation of color #A589EE: hue angle of 256.63º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A589EE is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165137238-
CMYK0.310.4200.07
HSL256.63º74.81%73.53%-
HSV(B)256.63º42.44%93.33%-
XYZ39.932.0684.98-
YUV156.89173.78133.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.56%
GREEN value IS 137 (53.91% from 255) = 25.37%
BLUE value IS 238 (93.36% from 255) = 44.07%
R=30.56%
G=25.37%
B=44.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651372380.310.4200.07256.6374.8173.53
HexA589EE1F2A071014b4a
Octal245211356375207401113112
Binary10100101100010011110111011111101010011110000000110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A589EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A589EE; }

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

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

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

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

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

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

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

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