#A786DB

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

Shades of Biloba Flower #A786DB

Tints of Biloba Flower #A786DB

Color information

#A786DB (or 0xA786DB) is unknown color: approx Biloba Flower. HEX triplet: A7, 86 and DB. RGB value is (167,134,219). Sum of RGB (Red+Green+Blue) = 167+134+219=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #A786DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A786DB is #587924. Grayscale: #999999. Windows color (decimal): -5798181 or 14386855. OLE color: 14386855.

HSL color Cylindrical-coordinate representation of color #A786DB: hue angle of 263.29º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A786DB is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB167134219-
CMYK0.240.3900.14
HSL263.29º54.14%69.22%-
HSV(B)263.29º38.81%85.88%-
XYZ37.2530.3870.92-
YUV153.56164.93137.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.12%
GREEN value IS 134 (52.73% from 255) = 25.77%
BLUE value IS 219 (85.94% from 255) = 42.12%
R=32.12%
G=25.77%
B=42.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1671342190.240.3900.14263.2954.1469.22
HexA786DB18270E1073645
Octal247206333304701640766105
Binary10100111100001101101101111000100111011101000001111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A786DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A786DB; }

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

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

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

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

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

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

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

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