#A586DF

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

Shades of Biloba Flower #A586DF

Tints of Biloba Flower #A586DF

Color information

#A586DF (or 0xA586DF) is unknown color: approx Biloba Flower. HEX triplet: A5, 86 and DF. RGB value is (165,134,223). Sum of RGB (Red+Green+Blue) = 165+134+223=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #A586DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A586DF is #5A7920. Grayscale: #999999. Windows color (decimal): -5929249 or 14648997. OLE color: 14648997.

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

Color convert

RGB165134223-
CMYK0.260.4000.13
HSL260.9º58.17%70%-
HSV(B)260.9º39.91%87.45%-
XYZ37.3630.3873.71-
YUV153.42167.27136.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.61%
GREEN value IS 134 (52.73% from 255) = 25.67%
BLUE value IS 223 (87.5% from 255) = 42.72%
R=31.61%
G=25.67%
B=42.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651342230.260.4000.13260.958.1770
HexA586DF1A280D1053a46
Octal245206337325001540572106
Binary10100101100001101101111111010101000011011000001011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A586DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A586DF; }

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

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

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

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

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

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

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

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