#A785E8

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

Shades of Biloba Flower #A785E8

Tints of Biloba Flower #A785E8

Color information

#A785E8 (or 0xA785E8) is unknown color: approx Biloba Flower. HEX triplet: A7, 85 and E8. RGB value is (167,133,232). Sum of RGB (Red+Green+Blue) = 167+133+232=532 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.39% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 232 (91.02% from 255 or 43.61% from 532); Max value from RGB is 232 - color contains mainly: blue. Hex color #A785E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A785E8 is #587A17. Grayscale: #9A9A9A. Windows color (decimal): -5798424 or 15238567. OLE color: 15238567.

HSL color Cylindrical-coordinate representation of color #A785E8: hue angle of 260.61º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A785E8 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB167133232-
CMYK0.280.4300.09
HSL260.61º68.28%71.57%-
HSV(B)260.61º42.67%90.98%-
XYZ38.8930.8280.24-
YUV154.45171.76136.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.39%
GREEN value IS 133 (52.34% from 255) = 25%
BLUE value IS 232 (91.02% from 255) = 43.61%
R=31.39%
G=25%
B=43.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1671332320.280.4300.09260.6168.2871.57
HexA785E81C2B091054448
Octal2472053503453011405104110
Binary101001111000010111101000111001010110100110000010110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A785E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A785E8; }

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

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

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

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

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

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

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

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