#A584D8

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

Shades of Biloba Flower #A584D8

Tints of Biloba Flower #A584D8

Color information

#A584D8 (or 0xA584D8) is unknown color: approx Biloba Flower. HEX triplet: A5, 84 and D8. RGB value is (165,132,216). Sum of RGB (Red+Green+Blue) = 165+132+216=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 216 (84.77% from 255 or 42.11% from 513); Max value from RGB is 216 - color contains mainly: blue. Hex color #A584D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A584D8 is #5A7B27. Grayscale: #979797. Windows color (decimal): -5929768 or 14189733. OLE color: 14189733.

HSL color Cylindrical-coordinate representation of color #A584D8: hue angle of 263.57º degrees, saturation: 0.52, 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 #A584D8 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB165132216-
CMYK0.240.3900.15
HSL263.57º51.85%68.24%-
HSV(B)263.57º38.89%84.71%-
XYZ36.1629.4668.75-
YUV151.44164.43137.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.16%
GREEN value IS 132 (51.95% from 255) = 25.73%
BLUE value IS 216 (84.77% from 255) = 42.11%
R=32.16%
G=25.73%
B=42.11%

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
Decimal1651322160.240.3900.15263.5751.8568.24
HexA584D818270F1083444
Octal245204330304701741064104
Binary10100101100001001101100011000100111011111000010001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A584D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A584D8; }

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

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

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

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

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

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

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

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