#A584D7

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

Shades of Biloba Flower #A584D7

Tints of Biloba Flower #A584D7

Color information

#A584D7 (or 0xA584D7) is unknown color: approx Biloba Flower. HEX triplet: A5, 84 and D7. RGB value is (165,132,215). Sum of RGB (Red+Green+Blue) = 165+132+215=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 215 - color contains mainly: blue. Hex color #A584D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A584D7 is #5A7B28. Grayscale: #979797. Windows color (decimal): -5929769 or 14124197. OLE color: 14124197.

HSL color Cylindrical-coordinate representation of color #A584D7: hue angle of 263.86º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A584D7 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB165132215-
CMYK0.230.3900.16
HSL263.86º50.92%68.04%-
HSV(B)263.86º38.6%84.31%-
XYZ36.0329.4168.07-
YUV151.33163.93137.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.23%
GREEN value IS 132 (51.95% from 255) = 25.78%
BLUE value IS 215 (84.38% from 255) = 41.99%
R=32.23%
G=25.78%
B=41.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1651322150.230.3900.16263.8650.9268.04
HexA584D717270101083344
Octal245204327274702041063104
Binary101001011000010011010111101111001110100001000010001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A584D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A584D7; }

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

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

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

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

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

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

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

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