#A589DD

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

Shades of Biloba Flower #A589DD

Tints of Biloba Flower #A589DD

Color information

#A589DD (or 0xA589DD) is unknown color: approx Biloba Flower. HEX triplet: A5, 89 and DD. RGB value is (165,137,221). Sum of RGB (Red+Green+Blue) = 165+137+221=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 137 (53.91% from 255 or 26.20% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #A589DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A589DD is #5A7622. Grayscale: #9A9A9A. Windows color (decimal): -5928483 or 14518693. OLE color: 14518693.

HSL color Cylindrical-coordinate representation of color #A589DD: hue angle of 260º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A589DD is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB165137221-
CMYK0.250.3800.13
HSL260º55.26%70.2%-
HSV(B)260º38.01%86.67%-
XYZ37.5131.1172.43-
YUV154.95165.28135.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.55%
GREEN value IS 137 (53.91% from 255) = 26.20%
BLUE value IS 221 (86.72% from 255) = 42.26%
R=31.55%
G=26.20%
B=42.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651372210.250.3800.1326055.2670.2
HexA589DD19260D1043746
Octal245211335314601540467106
Binary10100101100010011101110111001100110011011000001001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A589DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A589DD; }

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

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

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

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

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

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

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

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