#A786DE

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

Shades of Biloba Flower #A786DE

Tints of Biloba Flower #A786DE

Color information

#A786DE (or 0xA786DE) is unknown color: approx Biloba Flower. HEX triplet: A7, 86 and DE. RGB value is (167,134,222). Sum of RGB (Red+Green+Blue) = 167+134+222=523 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.93% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #A786DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A786DE is #587921. Grayscale: #999999. Windows color (decimal): -5798178 or 14583463. OLE color: 14583463.

HSL color Cylindrical-coordinate representation of color #A786DE: hue angle of 262.5º degrees, saturation: 0.57, 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 #A786DE is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB167134222-
CMYK0.250.4000.13
HSL262.5º57.14%69.8%-
HSV(B)262.5º39.64%87.06%-
XYZ37.6530.5473.02-
YUV153.9166.43137.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.93%
GREEN value IS 134 (52.73% from 255) = 25.62%
BLUE value IS 222 (87.11% from 255) = 42.45%
R=31.93%
G=25.62%
B=42.45%

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
Decimal1671342220.250.4000.13262.557.1469.8
HexA786DE19280D1063946
Octal247206336315001540671106
Binary10100111100001101101111011001101000011011000001101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A786DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A786DE; }

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

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

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

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

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

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

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

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