#A785D1

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

Shades of Biloba Flower #A785D1

Tints of Biloba Flower #A785D1

Color information

#A785D1 (or 0xA785D1) is unknown color: approx Biloba Flower. HEX triplet: A7, 85 and D1. RGB value is (167,133,209). Sum of RGB (Red+Green+Blue) = 167+133+209=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 209 - color contains mainly: blue. Hex color #A785D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A785D1 is #587A2E. Grayscale: #979797. Windows color (decimal): -5798447 or 13731239. OLE color: 13731239.

HSL color Cylindrical-coordinate representation of color #A785D1: hue angle of 266.84º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A785D1 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB167133209-
CMYK0.200.3600.18
HSL266.84º45.24%67.06%-
HSV(B)266.84º36.36%81.96%-
XYZ35.8329.5964.15-
YUV151.83160.26138.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.81%
GREEN value IS 133 (52.34% from 255) = 26.13%
BLUE value IS 209 (82.03% from 255) = 41.06%
R=32.81%
G=26.13%
B=41.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1671332090.200.3600.18266.8445.2467.06
HexA785D1142401210b2d43
Octal247205321244402241355103
Binary101001111000010111010001101001001000100101000010111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A785D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A785D1; }

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

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

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

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

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

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

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

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