#A78ECC

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

Shades of Biloba Flower #A78ECC

Tints of Biloba Flower #A78ECC

Color information

#A78ECC (or 0xA78ECC) is unknown color: approx Biloba Flower. HEX triplet: A7, 8E and CC. RGB value is (167,142,204). Sum of RGB (Red+Green+Blue) = 167+142+204=513 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.55% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #A78ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78ECC is #587133. Grayscale: #9C9C9C. Windows color (decimal): -5796148 or 13405863. OLE color: 13405863.

HSL color Cylindrical-coordinate representation of color #A78ECC: hue angle of 264.19º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A78ECC is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB167142204-
CMYK0.180.3000.2
HSL264.19º37.8%67.84%-
HSV(B)264.19º30.39%80%-
XYZ36.5131.9261.36-
YUV156.54154.78135.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.55%
GREEN value IS 142 (55.86% from 255) = 27.68%
BLUE value IS 204 (80.08% from 255) = 39.77%
R=32.55%
G=27.68%
B=39.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1671422040.180.3000.2264.1937.867.84
HexA78ECC121E0141082644
Octal247216314223602441046104
Binary10100111100011101100110010010111100101001000010001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78ECC; }

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

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

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

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

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

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

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

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