#A785DA

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

Shades of Biloba Flower #A785DA

Tints of Biloba Flower #A785DA

Color information

#A785DA (or 0xA785DA) is unknown color: approx Biloba Flower. HEX triplet: A7, 85 and DA. RGB value is (167,133,218). Sum of RGB (Red+Green+Blue) = 167+133+218=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #A785DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A785DA is #587A25. Grayscale: #989898. Windows color (decimal): -5798438 or 14321063. OLE color: 14321063.

HSL color Cylindrical-coordinate representation of color #A785DA: hue angle of 264º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A785DA is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB167133218-
CMYK0.230.3900.15
HSL264º53.46%68.82%-
HSV(B)264º38.99%85.49%-
XYZ36.9830.0570.18-
YUV152.86164.76138.09-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.24%
GREEN value IS 133 (52.34% from 255) = 25.68%
BLUE value IS 218 (85.55% from 255) = 42.08%
R=32.24%
G=25.68%
B=42.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1671332180.230.3900.1526453.4668.82
HexA785DA17270F1083545
Octal247205332274701741065105
Binary10100111100001011101101010111100111011111000010001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A785DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A785DA; }

 p { color: rgb(167,133,218); }

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

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

 a { background-color: rgb(167,133,218); }

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

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

 span { border-color: rgb(167,133,218); }

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