#A786D0

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

Shades of Biloba Flower #A786D0

Tints of Biloba Flower #A786D0

Color information

#A786D0 (or 0xA786D0) is unknown color: approx Biloba Flower. HEX triplet: A7, 86 and D0. RGB value is (167,134,208). Sum of RGB (Red+Green+Blue) = 167+134+208=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 208 - color contains mainly: blue. Hex color #A786D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A786D0 is #58792F. Grayscale: #989898. Windows color (decimal): -5798192 or 13665959. OLE color: 13665959.

HSL color Cylindrical-coordinate representation of color #A786D0: hue angle of 266.76º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A786D0 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB167134208-
CMYK0.200.3600.18
HSL266.76º44.05%67.06%-
HSV(B)266.76º35.58%81.57%-
XYZ35.8529.8263.54-
YUV152.3159.43138.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.81%
GREEN value IS 134 (52.73% from 255) = 26.33%
BLUE value IS 208 (81.64% from 255) = 40.86%
R=32.81%
G=26.33%
B=40.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1671342080.200.3600.18266.7644.0567.06
HexA786D0142401210b2c43
Octal247206320244402241354103
Binary101001111000011011010000101001001000100101000010111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A786D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A786D0; }

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

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

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

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

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

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

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

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