#A785DF

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

Shades of Biloba Flower #A785DF

Tints of Biloba Flower #A785DF

Color information

#A785DF (or 0xA785DF) is unknown color: approx Biloba Flower. HEX triplet: A7, 85 and DF. RGB value is (167,133,223). Sum of RGB (Red+Green+Blue) = 167+133+223=523 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.93% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #A785DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A785DF is #587A20. Grayscale: #999999. Windows color (decimal): -5798433 or 14648743. OLE color: 14648743.

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

Color convert

RGB167133223-
CMYK0.250.4000.13
HSL262.67º58.44%69.8%-
HSV(B)262.67º40.36%87.45%-
XYZ37.6430.3273.68-
YUV153.43167.26137.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.93%
GREEN value IS 133 (52.34% from 255) = 25.43%
BLUE value IS 223 (87.5% from 255) = 42.64%
R=31.93%
G=25.43%
B=42.64%

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
Decimal1671332230.250.4000.13262.6758.4469.8
HexA785DF19280D1073a46
Octal247205337315001540772106
Binary10100111100001011101111111001101000011011000001111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A785DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A785DF; }

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

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

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

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

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

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

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

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