#A589DA

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

Shades of Biloba Flower #A589DA

Tints of Biloba Flower #A589DA

Color information

#A589DA (or 0xA589DA) is unknown color: approx Biloba Flower. HEX triplet: A5, 89 and DA. RGB value is (165,137,218). Sum of RGB (Red+Green+Blue) = 165+137+218=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 137 (53.91% from 255 or 26.35% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #A589DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A589DA is #5A7625. Grayscale: #9A9A9A. Windows color (decimal): -5928486 or 14322085. OLE color: 14322085.

HSL color Cylindrical-coordinate representation of color #A589DA: hue angle of 260.74º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A589DA is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB165137218-
CMYK0.240.3700.15
HSL260.74º52.26%69.61%-
HSV(B)260.74º37.16%85.49%-
XYZ37.1230.9570.35-
YUV154.61163.78135.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.73%
GREEN value IS 137 (53.91% from 255) = 26.35%
BLUE value IS 218 (85.55% from 255) = 41.92%
R=31.73%
G=26.35%
B=41.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1651372180.240.3700.15260.7452.2669.61
HexA589DA18250F1053446
Octal245211332304501740564106
Binary10100101100010011101101011000100101011111000001011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A589DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A589DA; }

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

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

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

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

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

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

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

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