#A586DB

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

Shades of Biloba Flower #A586DB

Tints of Biloba Flower #A586DB

Color information

#A586DB (or 0xA586DB) is unknown color: approx Biloba Flower. HEX triplet: A5, 86 and DB. RGB value is (165,134,219). Sum of RGB (Red+Green+Blue) = 165+134+219=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #A586DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A586DB is #5A7924. Grayscale: #989898. Windows color (decimal): -5929253 or 14386853. OLE color: 14386853.

HSL color Cylindrical-coordinate representation of color #A586DB: hue angle of 261.88º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A586DB is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB165134219-
CMYK0.250.3900.14
HSL261.88º54.14%69.22%-
HSV(B)261.88º38.81%85.88%-
XYZ36.8330.1670.9-
YUV152.96165.27136.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.85%
GREEN value IS 134 (52.73% from 255) = 25.87%
BLUE value IS 219 (85.94% from 255) = 42.28%
R=31.85%
G=25.87%
B=42.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651342190.250.3900.14261.8854.1469.22
HexA586DB19270E1063645
Octal245206333314701640666105
Binary10100101100001101101101111001100111011101000001101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A586DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A586DB; }

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

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

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

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

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

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

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

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