#A786D5

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

Shades of Biloba Flower #A786D5

Tints of Biloba Flower #A786D5

Color information

#A786D5 (or 0xA786D5) is unknown color: approx Biloba Flower. HEX triplet: A7, 86 and D5. RGB value is (167,134,213). Sum of RGB (Red+Green+Blue) = 167+134+213=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 134 (52.73% from 255 or 26.07% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 213 - color contains mainly: blue. Hex color #A786D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A786D5 is #58792A. Grayscale: #989898. Windows color (decimal): -5798187 or 13993639. OLE color: 13993639.

HSL color Cylindrical-coordinate representation of color #A786D5: hue angle of 265.06º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A786D5 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB167134213-
CMYK0.220.3700.16
HSL265.06º48.47%68.04%-
HSV(B)265.06º37.09%83.53%-
XYZ36.4730.0766.83-
YUV152.87161.93138.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.49%
GREEN value IS 134 (52.73% from 255) = 26.07%
BLUE value IS 213 (83.59% from 255) = 41.44%
R=32.49%
G=26.07%
B=41.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1671342130.220.3700.16265.0648.4768.04
HexA786D516250101093044
Octal247206325264502041160104
Binary101001111000011011010101101101001010100001000010011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A786D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A786D5; }

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

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

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

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

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

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

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

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