#A78EDA

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

Shades of Biloba Flower #A78EDA

Tints of Biloba Flower #A78EDA

Color information

#A78EDA (or 0xA78EDA) is unknown color: approx Biloba Flower. HEX triplet: A7, 8E and DA. RGB value is (167,142,218). Sum of RGB (Red+Green+Blue) = 167+142+218=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #A78EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78EDA is #587125. Grayscale: #9D9D9D. Windows color (decimal): -5796134 or 14323367. OLE color: 14323367.

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

Color convert

RGB167142218-
CMYK0.230.3500.15
HSL259.74º50.67%70.59%-
HSV(B)259.74º34.86%85.49%-
XYZ38.2632.6270.61-
YUV158.14161.78134.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.69%
GREEN value IS 142 (55.86% from 255) = 26.94%
BLUE value IS 218 (85.55% from 255) = 41.37%
R=31.69%
G=26.94%
B=41.37%

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
Decimal1671422180.230.3500.15259.7450.6770.59
HexA78EDA17230F1043347
Octal247216332274301740463107
Binary10100111100011101101101010111100011011111000001001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78EDA; }

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

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

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

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

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

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

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

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