#A78AE8

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

Shades of Biloba Flower #A78AE8

Tints of Biloba Flower #A78AE8

Color information

#A78AE8 (or 0xA78AE8) is unknown color: approx Biloba Flower. HEX triplet: A7, 8A and E8. RGB value is (167,138,232). Sum of RGB (Red+Green+Blue) = 167+138+232=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 232 (91.02% from 255 or 43.20% from 537); Max value from RGB is 232 - color contains mainly: blue. Hex color #A78AE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78AE8 is #587517. Grayscale: #9D9D9D. Windows color (decimal): -5797144 or 15239847. OLE color: 15239847.

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

Color convert

RGB167138232-
CMYK0.280.4100.09
HSL258.51º67.14%72.55%-
HSV(B)258.51º40.52%90.98%-
XYZ39.5932.2280.48-
YUV157.39170.11134.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.10%
GREEN value IS 138 (54.30% from 255) = 25.70%
BLUE value IS 232 (91.02% from 255) = 43.20%
R=31.10%
G=25.70%
B=43.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1671382320.280.4100.09258.5167.1472.55
HexA78AE81C29091034349
Octal2472123503451011403103111
Binary101001111000101011101000111001010010100110000001110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78AE8; }

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

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

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

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

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

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

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

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