#A786DF

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

Shades of Biloba Flower #A786DF

Tints of Biloba Flower #A786DF

Color information

#A786DF (or 0xA786DF) is unknown color: approx Biloba Flower. HEX triplet: A7, 86 and DF. RGB value is (167,134,223). Sum of RGB (Red+Green+Blue) = 167+134+223=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #A786DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A786DF is #587920. Grayscale: #999999. Windows color (decimal): -5798177 or 14648999. OLE color: 14648999.

HSL color Cylindrical-coordinate representation of color #A786DF: hue angle of 262.25º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A786DF is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB167134223-
CMYK0.250.4000.13
HSL262.25º58.17%70%-
HSV(B)262.25º39.91%87.45%-
XYZ37.7830.5973.73-
YUV154.01166.93137.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.87%
GREEN value IS 134 (52.73% from 255) = 25.57%
BLUE value IS 223 (87.5% from 255) = 42.56%
R=31.87%
G=25.57%
B=42.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1671342230.250.4000.13262.2558.1770
HexA786DF19280D1063a46
Octal247206337315001540672106
Binary10100111100001101101111111001101000011011000001101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A786DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A786DF; }

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

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

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

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

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

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

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

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