#A584D9

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

Shades of Biloba Flower #A584D9

Tints of Biloba Flower #A584D9

Color information

#A584D9 (or 0xA584D9) is unknown color: approx Biloba Flower. HEX triplet: A5, 84 and D9. RGB value is (165,132,217). Sum of RGB (Red+Green+Blue) = 165+132+217=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 217 (85.16% from 255 or 42.22% from 514); Max value from RGB is 217 - color contains mainly: blue. Hex color #A584D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A584D9 is #5A7B26. Grayscale: #979797. Windows color (decimal): -5929767 or 14255269. OLE color: 14255269.

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

Color convert

RGB165132217-
CMYK0.240.3900.15
HSL263.29º52.8%68.43%-
HSV(B)263.29º39.17%85.1%-
XYZ36.2929.5169.43-
YUV151.56164.93137.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.10%
GREEN value IS 132 (51.95% from 255) = 25.68%
BLUE value IS 217 (85.16% from 255) = 42.22%
R=32.10%
G=25.68%
B=42.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1651322170.240.3900.15263.2952.868.43
HexA584D918270F1073544
Octal245204331304701740765104
Binary10100101100001001101100111000100111011111000001111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A584D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A584D9; }

 p { color: rgb(165,132,217); }

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

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

 a { background-color: rgb(165,132,217); }

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

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

 span { border-color: rgb(165,132,217); }

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