#A589DF

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

Shades of Biloba Flower #A589DF

Tints of Biloba Flower #A589DF

Color information

#A589DF (or 0xA589DF) is unknown color: approx Biloba Flower. HEX triplet: A5, 89 and DF. RGB value is (165,137,223). Sum of RGB (Red+Green+Blue) = 165+137+223=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #A589DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A589DF is #5A7620. Grayscale: #9A9A9A. Windows color (decimal): -5928481 or 14649765. OLE color: 14649765.

HSL color Cylindrical-coordinate representation of color #A589DF: hue angle of 259.53º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A589DF is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB165137223-
CMYK0.260.3900.13
HSL259.53º57.33%70.59%-
HSV(B)259.53º38.57%87.45%-
XYZ37.7831.2273.85-
YUV155.18166.28135.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.43%
GREEN value IS 137 (53.91% from 255) = 26.10%
BLUE value IS 223 (87.5% from 255) = 42.48%
R=31.43%
G=26.10%
B=42.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651372230.260.3900.13259.5357.3370.59
HexA589DF1A270D1043947
Octal245211337324701540471107
Binary10100101100010011101111111010100111011011000001001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A589DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A589DF; }

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

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

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

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

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

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

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

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