#A586DD

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

Shades of Biloba Flower #A586DD

Tints of Biloba Flower #A586DD

Color information

#A586DD (or 0xA586DD) is unknown color: approx Biloba Flower. HEX triplet: A5, 86 and DD. RGB value is (165,134,221). Sum of RGB (Red+Green+Blue) = 165+134+221=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #A586DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A586DD is #5A7922. Grayscale: #989898. Windows color (decimal): -5929251 or 14517925. OLE color: 14517925.

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

Color convert

RGB165134221-
CMYK0.250.3900.13
HSL261.38º56.13%69.61%-
HSV(B)261.38º39.37%86.67%-
XYZ37.0930.2772.29-
YUV153.19166.27136.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.73%
GREEN value IS 134 (52.73% from 255) = 25.77%
BLUE value IS 221 (86.72% from 255) = 42.5%
R=31.73%
G=25.77%
B=42.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651342210.250.3900.13261.3856.1369.61
HexA586DD19270D1053846
Octal245206335314701540570106
Binary10100101100001101101110111001100111011011000001011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A586DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A586DD; }

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

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

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

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

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

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

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

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