#A786DA

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

Shades of Biloba Flower #A786DA

Tints of Biloba Flower #A786DA

Color information

#A786DA (or 0xA786DA) is unknown color: approx Biloba Flower. HEX triplet: A7, 86 and DA. RGB value is (167,134,218). Sum of RGB (Red+Green+Blue) = 167+134+218=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #A786DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A786DA is #587925. Grayscale: #999999. Windows color (decimal): -5798182 or 14321319. OLE color: 14321319.

HSL color Cylindrical-coordinate representation of color #A786DA: hue angle of 263.57º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A786DA is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB167134218-
CMYK0.230.3900.15
HSL263.57º53.16%69.02%-
HSV(B)263.57º38.53%85.49%-
XYZ37.1230.3370.23-
YUV153.44164.43137.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.18%
GREEN value IS 134 (52.73% from 255) = 25.82%
BLUE value IS 218 (85.55% from 255) = 42.00%
R=32.18%
G=25.82%
B=42.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1671342180.230.3900.15263.5753.1669.02
HexA786DA17270F1083545
Octal247206332274701741065105
Binary10100111100001101101101010111100111011111000010001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A786DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A786DA; }

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

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

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

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

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

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

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

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