#A78CCF

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

Shades of Biloba Flower #A78CCF

Tints of Biloba Flower #A78CCF

Color information

#A78CCF (or 0xA78CCF) is unknown color: approx Biloba Flower. HEX triplet: A7, 8C and CF. RGB value is (167,140,207). Sum of RGB (Red+Green+Blue) = 167+140+207=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #A78CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78CCF is #587330. Grayscale: #9B9B9B. Windows color (decimal): -5796657 or 13601959. OLE color: 13601959.

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

Color convert

RGB167140207-
CMYK0.190.3200.19
HSL264.18º41.1%68.04%-
HSV(B)264.18º32.37%81.18%-
XYZ36.5831.4863.18-
YUV155.71156.95136.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.49%
GREEN value IS 140 (55.08% from 255) = 27.24%
BLUE value IS 207 (81.25% from 255) = 40.27%
R=32.49%
G=27.24%
B=40.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1671402070.190.3200.19264.1841.168.04
HexA78CCF13200131082944
Octal247214317234002341051104
Binary101001111000110011001111100111000000100111000010001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78CCF; }

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

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

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

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

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

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

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

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