#A78EEB

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

Shades of Biloba Flower #A78EEB

Tints of Biloba Flower #A78EEB

Color information

#A78EEB (or 0xA78EEB) is unknown color: approx Biloba Flower. HEX triplet: A7, 8E and EB. RGB value is (167,142,235). Sum of RGB (Red+Green+Blue) = 167+142+235=544 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.70% from 544); Green value is 142 (55.86% from 255 or 26.10% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #A78EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78EEB is #587114. Grayscale: #9F9F9F. Windows color (decimal): -5796117 or 15437479. OLE color: 15437479.

HSL color Cylindrical-coordinate representation of color #A78EEB: hue angle of 256.13º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A78EEB is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB167142235-
CMYK0.290.4000.08
HSL256.13º69.92%73.92%-
HSV(B)256.13º39.57%92.16%-
XYZ40.633.5682.93-
YUV160.08170.28132.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.70%
GREEN value IS 142 (55.86% from 255) = 26.10%
BLUE value IS 235 (92.19% from 255) = 43.20%
R=30.70%
G=26.10%
B=43.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1671422350.290.4000.08256.1369.9273.92
HexA78EEB1D2808100464a
Octal2472163533550010400106112
Binary101001111000111011101011111011010000100010000000010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78EEB; }

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

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

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

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

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

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

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

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