#A78FCC

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

Shades of Biloba Flower #A78FCC

Tints of Biloba Flower #A78FCC

Color information

#A78FCC (or 0xA78FCC) is unknown color: approx Biloba Flower. HEX triplet: A7, 8F and CC. RGB value is (167,143,204). Sum of RGB (Red+Green+Blue) = 167+143+204=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #A78FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78FCC is #587033. Grayscale: #9C9C9C. Windows color (decimal): -5795892 or 13406119. OLE color: 13406119.

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

Color convert

RGB167143204-
CMYK0.180.3000.2
HSL263.61º37.42%68.04%-
HSV(B)263.61º29.9%80%-
XYZ36.6632.2261.41-
YUV157.13154.45135.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.49%
GREEN value IS 143 (56.25% from 255) = 27.82%
BLUE value IS 204 (80.08% from 255) = 39.69%
R=32.49%
G=27.82%
B=39.69%

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
Decimal1671432040.180.3000.2263.6137.4268.04
HexA78FCC121E0141082544
Octal247217314223602441045104
Binary10100111100011111100110010010111100101001000010001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78FCC; }

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

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

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

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

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

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

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

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