#A589DC

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

Shades of Biloba Flower #A589DC

Tints of Biloba Flower #A589DC

Color information

#A589DC (or 0xA589DC) is unknown color: approx Biloba Flower. HEX triplet: A5, 89 and DC. RGB value is (165,137,220). Sum of RGB (Red+Green+Blue) = 165+137+220=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #A589DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A589DC is #5A7623. Grayscale: #9A9A9A. Windows color (decimal): -5928484 or 14453157. OLE color: 14453157.

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

Color convert

RGB165137220-
CMYK0.250.3800.14
HSL260.24º54.25%70%-
HSV(B)260.24º37.73%86.27%-
XYZ37.3831.0671.73-
YUV154.83164.78135.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.61%
GREEN value IS 137 (53.91% from 255) = 26.25%
BLUE value IS 220 (86.33% from 255) = 42.15%
R=31.61%
G=26.25%
B=42.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651372200.250.3800.14260.2454.2570
HexA589DC19260E1043646
Octal245211334314601640466106
Binary10100101100010011101110011001100110011101000001001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A589DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A589DC; }

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

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

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

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

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

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

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

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