#A786E8

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

Shades of Biloba Flower #A786E8

Tints of Biloba Flower #A786E8

Color information

#A786E8 (or 0xA786E8) is unknown color: approx Biloba Flower. HEX triplet: A7, 86 and E8. RGB value is (167,134,232). Sum of RGB (Red+Green+Blue) = 167+134+232=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 232 - color contains mainly: blue. Hex color #A786E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A786E8 is #587917. Grayscale: #9A9A9A. Windows color (decimal): -5798168 or 15238823. OLE color: 15238823.

HSL color Cylindrical-coordinate representation of color #A786E8: hue angle of 260.2º degrees, saturation: 0.68, 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 #A786E8 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB167134232-
CMYK0.280.4200.09
HSL260.2º68.06%71.76%-
HSV(B)260.2º42.24%90.98%-
XYZ39.0331.0980.29-
YUV155.04171.43136.53-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.33%
GREEN value IS 134 (52.73% from 255) = 25.14%
BLUE value IS 232 (91.02% from 255) = 43.53%
R=31.33%
G=25.14%
B=43.53%

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
Decimal1671342320.280.4200.09260.268.0671.76
HexA786E81C2A091044448
Octal2472063503452011404104110
Binary101001111000011011101000111001010100100110000010010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A786E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A786E8; }

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

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

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

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

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

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

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

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