#A786E9

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

Shades of Biloba Flower #A786E9

Tints of Biloba Flower #A786E9

Color information

#A786E9 (or 0xA786E9) is unknown color: approx Biloba Flower. HEX triplet: A7, 86 and E9. RGB value is (167,134,233). Sum of RGB (Red+Green+Blue) = 167+134+233=534 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.27% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 233 (91.41% from 255 or 43.63% from 534); Max value from RGB is 233 - color contains mainly: blue. Hex color #A786E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A786E9 is #587916. Grayscale: #9A9A9A. Windows color (decimal): -5798167 or 15304359. OLE color: 15304359.

HSL color Cylindrical-coordinate representation of color #A786E9: hue angle of 260º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A786E9 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB167134233-
CMYK0.280.4200.09
HSL260º69.23%71.96%-
HSV(B)260º42.49%91.37%-
XYZ39.1731.1581.04-
YUV155.15171.93136.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.27%
GREEN value IS 134 (52.73% from 255) = 25.09%
BLUE value IS 233 (91.41% from 255) = 43.63%
R=31.27%
G=25.09%
B=43.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1671342330.280.4200.0926069.2371.96
HexA786E91C2A091044548
Octal2472063513452011404105110
Binary101001111000011011101001111001010100100110000010010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A786E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A786E9; }

 p { color: rgb(167,134,233); }

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

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

 a { background-color: rgb(167,134,233); }

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

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

 span { border-color: rgb(167,134,233); }

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