#A78ECB

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

Shades of Biloba Flower #A78ECB

Tints of Biloba Flower #A78ECB

Color information

#A78ECB (or 0xA78ECB) is unknown color: approx Biloba Flower. HEX triplet: A7, 8E and CB. RGB value is (167,142,203). Sum of RGB (Red+Green+Blue) = 167+142+203=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #A78ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78ECB is #587134. Grayscale: #9C9C9C. Windows color (decimal): -5796149 or 13340327. OLE color: 13340327.

HSL color Cylindrical-coordinate representation of color #A78ECB: hue angle of 264.59º degrees, saturation: 0.37, 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 #A78ECB is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB167142203-
CMYK0.180.3000.20
HSL264.59º36.97%67.65%-
HSV(B)264.59º30.05%79.61%-
XYZ36.3931.8760.73-
YUV156.43154.28135.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.62%
GREEN value IS 142 (55.86% from 255) = 27.73%
BLUE value IS 203 (79.69% from 255) = 39.65%
R=32.62%
G=27.73%
B=39.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671422030.180.3000.20264.5936.9767.65
HexA78ECB121E0141092544
Octal247216313223602441145104
Binary10100111100011101100101110010111100101001000010011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78ECB; }

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

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

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

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

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

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

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

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