#A586D8

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

Shades of Biloba Flower #A586D8

Tints of Biloba Flower #A586D8

Color information

#A586D8 (or 0xA586D8) is unknown color: approx Biloba Flower. HEX triplet: A5, 86 and D8. RGB value is (165,134,216). Sum of RGB (Red+Green+Blue) = 165+134+216=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 216 (84.77% from 255 or 41.94% from 515); Max value from RGB is 216 - color contains mainly: blue. Hex color #A586D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A586D8 is #5A7927. Grayscale: #989898. Windows color (decimal): -5929256 or 14190245. OLE color: 14190245.

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

Color convert

RGB165134216-
CMYK0.240.3800.15
HSL262.68º51.25%68.63%-
HSV(B)262.68º37.96%84.71%-
XYZ36.4430.0168.84-
YUV152.62163.77136.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.04%
GREEN value IS 134 (52.73% from 255) = 26.02%
BLUE value IS 216 (84.77% from 255) = 41.94%
R=32.04%
G=26.02%
B=41.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1651342160.240.3800.15262.6851.2568.63
HexA586D818260F1073345
Octal245206330304601740763105
Binary10100101100001101101100011000100110011111000001111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A586D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A586D8; }

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

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

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

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

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

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

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

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