#A78ECF

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

Shades of Biloba Flower #A78ECF

Tints of Biloba Flower #A78ECF

Color information

#A78ECF (or 0xA78ECF) is unknown color: approx Biloba Flower. HEX triplet: A7, 8E and CF. RGB value is (167,142,207). Sum of RGB (Red+Green+Blue) = 167+142+207=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #A78ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78ECF is #587130. Grayscale: #9C9C9C. Windows color (decimal): -5796145 or 13602471. OLE color: 13602471.

HSL color Cylindrical-coordinate representation of color #A78ECF: hue angle of 263.08º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A78ECF is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB167142207-
CMYK0.190.3100.19
HSL263.08º40.37%68.43%-
HSV(B)263.08º31.4%81.18%-
XYZ36.8732.0763.28-
YUV156.89156.28135.21-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.36%
GREEN value IS 142 (55.86% from 255) = 27.52%
BLUE value IS 207 (81.25% from 255) = 40.12%
R=32.36%
G=27.52%
B=40.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1671422070.190.3100.19263.0840.3768.43
HexA78ECF131F0131072844
Octal247216317233702340750104
Binary10100111100011101100111110011111110100111000001111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78ECF; }

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

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

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

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

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

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

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

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