#A586E2

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

Shades of Biloba Flower #A586E2

Tints of Biloba Flower #A586E2

Color information

#A586E2 (or 0xA586E2) is unknown color: approx Biloba Flower. HEX triplet: A5, 86 and E2. RGB value is (165,134,226). Sum of RGB (Red+Green+Blue) = 165+134+226=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 134 (52.73% from 255 or 25.52% from 525); Blue value is 226 (88.67% from 255 or 43.05% from 525); Max value from RGB is 226 - color contains mainly: blue. Hex color #A586E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A586E2 is #5A791D. Grayscale: #999999. Windows color (decimal): -5929246 or 14845605. OLE color: 14845605.

HSL color Cylindrical-coordinate representation of color #A586E2: hue angle of 260.22º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A586E2 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB165134226-
CMYK0.270.4100.11
HSL260.22º61.33%70.59%-
HSV(B)260.22º40.71%88.63%-
XYZ37.7730.5475.86-
YUV153.76168.77136.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.43%
GREEN value IS 134 (52.73% from 255) = 25.52%
BLUE value IS 226 (88.67% from 255) = 43.05%
R=31.43%
G=25.52%
B=43.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1651342260.270.4100.11260.2261.3370.59
HexA586E21B290B1043d47
Octal245206342335101340475107
Binary10100101100001101110001011011101001010111000001001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A586E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A586E2; }

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

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

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

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

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

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

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

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