#A584DF

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

Shades of Biloba Flower #A584DF

Tints of Biloba Flower #A584DF

Color information

#A584DF (or 0xA584DF) is unknown color: approx Biloba Flower. HEX triplet: A5, 84 and DF. RGB value is (165,132,223). Sum of RGB (Red+Green+Blue) = 165+132+223=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #A584DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A584DF is #5A7B20. Grayscale: #979797. Windows color (decimal): -5929761 or 14648485. OLE color: 14648485.

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

Color convert

RGB165132223-
CMYK0.260.4100.13
HSL261.76º58.71%69.61%-
HSV(B)261.76º40.81%87.45%-
XYZ37.0929.8373.61-
YUV152.24167.93137.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.73%
GREEN value IS 132 (51.95% from 255) = 25.38%
BLUE value IS 223 (87.5% from 255) = 42.88%
R=31.73%
G=25.38%
B=42.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651322230.260.4100.13261.7658.7169.61
HexA584DF1A290D1063b46
Octal245204337325101540673106
Binary10100101100001001101111111010101001011011000001101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A584DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A584DF; }

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

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

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

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

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

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

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

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