#A78ED9

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

Shades of Biloba Flower #A78ED9

Tints of Biloba Flower #A78ED9

Color information

#A78ED9 (or 0xA78ED9) is unknown color: approx Biloba Flower. HEX triplet: A7, 8E and D9. RGB value is (167,142,217). Sum of RGB (Red+Green+Blue) = 167+142+217=526 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.75% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 217 (85.16% from 255 or 41.25% from 526); Max value from RGB is 217 - color contains mainly: blue. Hex color #A78ED9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78ED9 is #587126. Grayscale: #9D9D9D. Windows color (decimal): -5796135 or 14257831. OLE color: 14257831.

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

Color convert

RGB167142217-
CMYK0.230.3500.15
HSL260º49.67%70.39%-
HSV(B)260º34.56%85.1%-
XYZ38.1332.5769.92-
YUV158.02161.28134.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.75%
GREEN value IS 142 (55.86% from 255) = 27.00%
BLUE value IS 217 (85.16% from 255) = 41.25%
R=31.75%
G=27.00%
B=41.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1671422170.230.3500.1526049.6770.39
HexA78ED917230F1043246
Octal247216331274301740462106
Binary10100111100011101101100110111100011011111000001001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78ED9; }

 p { color: rgb(167,142,217); }

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

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

 a { background-color: rgb(167,142,217); }

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

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

 span { border-color: rgb(167,142,217); }

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