#A78CD8

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

Shades of Biloba Flower #A78CD8

Tints of Biloba Flower #A78CD8

Color information

#A78CD8 (or 0xA78CD8) is unknown color: approx Biloba Flower. HEX triplet: A7, 8C and D8. RGB value is (167,140,216). Sum of RGB (Red+Green+Blue) = 167+140+216=523 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.93% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 216 (84.77% from 255 or 41.30% from 523); Max value from RGB is 216 - color contains mainly: blue. Hex color #A78CD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78CD8 is #587327. Grayscale: #9C9C9C. Windows color (decimal): -5796648 or 14191783. OLE color: 14191783.

HSL color Cylindrical-coordinate representation of color #A78CD8: hue angle of 261.32º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A78CD8 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB167140216-
CMYK0.230.3500.15
HSL261.32º49.35%69.8%-
HSV(B)261.32º35.19%84.71%-
XYZ37.7131.9369.14-
YUV156.74161.45135.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.93%
GREEN value IS 140 (55.08% from 255) = 26.77%
BLUE value IS 216 (84.77% from 255) = 41.30%
R=31.93%
G=26.77%
B=41.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1671402160.230.3500.15261.3249.3569.8
HexA78CD817230F1053146
Octal247214330274301740561106
Binary10100111100011001101100010111100011011111000001011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78CD8; }

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

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

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

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

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

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

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

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