#a586dc

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

Shades of Biloba Flower #A586DC

Tints of Biloba Flower #A586DC

Color information

#A586DC (or 0xA586DC) is unknown color: approx Biloba Flower. HEX triplet: A5, 86 and DC. RGB value is (165,134,220). Sum of RGB (Red+Green+Blue) = 165+134+220=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #A586DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A586DC is #5A7923. Grayscale: #989898. Windows color (decimal): -5929252 or 14452389. OLE color: 14452389.

HSL color Cylindrical-coordinate representation of color #A586DC: hue angle of 261.63º degrees, saturation: 0.55, 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 #A586DC is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB165134220-
CMYK0.250.3900.14
HSL261.63º55.13%69.41%-
HSV(B)261.63º39.09%86.27%-
XYZ36.9630.2271.59-
YUV153.07165.77136.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.79%
GREEN value IS 134 (52.73% from 255) = 25.82%
BLUE value IS 220 (86.33% from 255) = 42.39%
R=31.79%
G=25.82%
B=42.39%

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
Decimal1651342200.250.3900.14261.6355.1369.41
HexA586DC19270E1063745
Octal245206334314701640667105
Binary10100101100001101101110011001100111011101000001101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a586dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a586dc; }

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

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

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

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

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

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

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

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