#A78DCC

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

Shades of Biloba Flower #A78DCC

Tints of Biloba Flower #A78DCC

Color information

#A78DCC (or 0xA78DCC) is unknown color: approx Biloba Flower. HEX triplet: A7, 8D and CC. RGB value is (167,141,204). Sum of RGB (Red+Green+Blue) = 167+141+204=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #A78DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78DCC is #587233. Grayscale: #9B9B9B. Windows color (decimal): -5796404 or 13405607. OLE color: 13405607.

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

Color convert

RGB167141204-
CMYK0.180.3100.2
HSL264.76º38.18%67.65%-
HSV(B)264.76º30.88%80%-
XYZ36.3631.6261.31-
YUV155.96155.11135.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.62%
GREEN value IS 141 (55.47% from 255) = 27.54%
BLUE value IS 204 (80.08% from 255) = 39.84%
R=32.62%
G=27.54%
B=39.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1671412040.180.3100.2264.7638.1867.65
HexA78DCC121F0141092644
Octal247215314223702441146104
Binary10100111100011011100110010010111110101001000010011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78DCC; }

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

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

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

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

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

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

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

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