#A785E4

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

Shades of Biloba Flower #A785E4

Tints of Biloba Flower #A785E4

Color information

#A785E4 (or 0xA785E4) is unknown color: approx Biloba Flower. HEX triplet: A7, 85 and E4. RGB value is (167,133,228). Sum of RGB (Red+Green+Blue) = 167+133+228=528 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.63% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 228 (89.45% from 255 or 43.18% from 528); Max value from RGB is 228 - color contains mainly: blue. Hex color #A785E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A785E4 is #587A1B. Grayscale: #999999. Windows color (decimal): -5798428 or 14976423. OLE color: 14976423.

HSL color Cylindrical-coordinate representation of color #A785E4: hue angle of 261.47º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A785E4 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB167133228-
CMYK0.270.4200.11
HSL261.47º63.76%70.78%-
HSV(B)261.47º41.67%89.41%-
XYZ38.3330.5977.28-
YUV154169.76137.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.63%
GREEN value IS 133 (52.34% from 255) = 25.19%
BLUE value IS 228 (89.45% from 255) = 43.18%
R=31.63%
G=25.19%
B=43.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1671332280.270.4200.11261.4763.7670.78
HexA785E41B2A0B1054047
Octal2472053443352013405100107
Binary101001111000010111100100110111010100101110000010110000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A785E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A785E4; }

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

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

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

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

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

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

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

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